Fix: mention (あなた宛て) streaming にミュートが効かない (#4823)
This commit is contained in:
parent
2900d22cdc
commit
e6cdf1b995
|
@ -22,6 +22,7 @@ export default class extends Channel {
|
|||
break;
|
||||
}
|
||||
case 'mention': {
|
||||
if (mute.map(m => m.muteeId).includes(body.userId)) return;
|
||||
if (body.isHidden) return;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue