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

View file

@ -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 () {