This commit is contained in:
parent
e9b9afbd2a
commit
110de167e8
|
@ -15,7 +15,6 @@ export default class extends Channel {
|
||||||
case 'notification': {
|
case 'notification': {
|
||||||
if (data.body.userId && this.muting.has(data.body.userId)) return;
|
if (data.body.userId && this.muting.has(data.body.userId)) return;
|
||||||
|
|
||||||
// ????
|
|
||||||
if (data.body.note && data.body.note.isHidden) {
|
if (data.body.note && data.body.note.isHidden) {
|
||||||
const note = await Notes.pack(data.body.note.id, this.user, {
|
const note = await Notes.pack(data.body.note.id, this.user, {
|
||||||
detail: true
|
detail: true
|
||||||
|
|
Loading…
Reference in New Issue