mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 18:44:02 +02:00
Fix: mention (あなた宛て) streaming にミュートが効かない (#4822)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user