Quellcode durchsuchen

Do not mute bot posts in notifications

Alexander Tumin vor 2 Jahren
Ursprung
Commit
450145dd6b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 () {