Fix: mention (あなた宛て) streaming にミュートが効かない (#4822)
This commit is contained in:
parent
b85dc8a658
commit
2a3599a14d
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ export default class extends Channel {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'mention': {
|
case 'mention': {
|
||||||
|
if (mutedUserIds.includes(body.userId)) return;
|
||||||
if (body.isHidden) return;
|
if (body.isHidden) return;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue