Do not mute bot posts in notifications

This commit is contained in:
Alexander Tumin 2022-03-09 07:56:43 +03:00
parent 2b7f12613e
commit 450145dd6b
1 changed files with 1 additions and 1 deletions

View File

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