浏览代码

Do not mute bot posts in notifications

Alexander Tumin 2 年之前
父节点
当前提交
450145dd6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 () {