Skip to content

Commit

Permalink
Fix: mention (あなた宛て) streaming にミュートが効かない
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Apr 27, 2019
1 parent d796943 commit 1de5f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/api/stream/channels/main.ts
Expand Up @@ -23,6 +23,7 @@ export default class extends Channel {
break;
}
case 'mention': {
if (mutedUserIds.includes(body.userId)) return;
if (body.isHidden) return;
break;
}
Expand Down

0 comments on commit 1de5f5f

Please sign in to comment.