Browse Source

Do not mute bot posts in notifications

Alexander Tumin 2 years ago
parent
commit
450145dd6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/status/status.js

+ 1 - 1
src/components/status/status.js

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