Fix: mention (あなた宛て) streaming にミュートが効かない (#4822)

This commit is contained in:
MeiMei 2019-04-30 15:37:10 +09:00 committed by syuilo
parent b85dc8a658
commit 2a3599a14d

View file

@ -23,6 +23,7 @@ export default class extends Channel {
break;
}
case 'mention': {
if (mutedUserIds.includes(body.userId)) return;
if (body.isHidden) return;
break;
}