Explorar el Código

Do not mute bot posts in notifications

Alexander Tumin hace 2 años
padre
commit
450145dd6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 () {