Эх сурвалжийг харах

Do not mute bot posts in notifications

Alexander Tumin 2 жил өмнө
parent
commit
450145dd6b

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