Do not mute bot posts in notifications

このコミットが含まれているのは:
Alexander Tumin 2022-03-09 07:56:43 +03:00
コミット 450145dd6b
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -199,7 +199,7 @@ const Status = {
// Wordfiltered // Wordfiltered
this.muteWordHits.length > 0 || this.muteWordHits.length > 0 ||
// bot status // bot status
(this.muteBotStatuses && this.botStatus) (this.muteBotStatuses && this.botStatus && !this.compact)
return !this.unmuted && !this.shouldNotMute && reasonsToMute return !this.unmuted && !this.shouldNotMute && reasonsToMute
}, },
userIsMuted () { userIsMuted () {