logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 450145dd6b0c91e80b957d7c39dbf6b809b056be
parent 2b7f12613ec04e3ce8be62b169457ad62aa83a65
Author: Alexander Tumin <iamtakingiteasy@eientei.org>
Date:   Wed,  9 Mar 2022 07:56:43 +0300

Do not mute bot posts in notifications

Diffstat:

Msrc/components/status/status.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status/status.js b/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 () {