This commit is contained in:
tamaina 2021-09-06 01:38:48 +09:00
parent e9b9afbd2a
commit 110de167e8
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ export default class extends Channel {
case 'notification': {
if (data.body.userId && this.muting.has(data.body.userId)) return;
// ????
if (data.body.note && data.body.note.isHidden) {
const note = await Notes.pack(data.body.note.id, this.user, {
detail: true