forked from AkkomaGang/akkoma-fe
Do not mute bot posts in notifications
This commit is contained in:
parent
2b7f12613e
commit
450145dd6b
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ const Status = {
|
||||||
// Wordfiltered
|
// Wordfiltered
|
||||||
this.muteWordHits.length > 0 ||
|
this.muteWordHits.length > 0 ||
|
||||||
// bot status
|
// bot status
|
||||||
(this.muteBotStatuses && this.botStatus)
|
(this.muteBotStatuses && this.botStatus && !this.compact)
|
||||||
return !this.unmuted && !this.shouldNotMute && reasonsToMute
|
return !this.unmuted && !this.shouldNotMute && reasonsToMute
|
||||||
},
|
},
|
||||||
userIsMuted () {
|
userIsMuted () {
|
||||||
|
|
Loading…
Reference in a new issue