mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix: mention (あなた宛て) streaming にミュートが効かない (#4823)
This commit is contained in:
parent
2a441740cc
commit
a41f01466a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue