Mark replies to muted users for muting #90

Merged
floatingghost merged 2 commits from eris/pleroma-fe:hide-replies-muted into develop 2022-08-01 11:12:02 +00:00
Showing only changes of commit f951bc436e - Show all commits

View file

@ -358,7 +358,7 @@ const Status = {
return (!this.shouldNotMute) && (
(this.muted && this.hideFilteredStatuses) ||
(this.userIsMuted && this.hideMutedUsers) ||
(this.status.thread_muted && this.hideMutedThreads) ||
((this.status.thread_muted || this.mentionsMutedUser) && this.hideMutedThreads) ||
(this.muteWordHits.length > 0 && this.hideWordFilteredPosts) ||
(this.mentionsBlockedUser && this.hideThreadsWithBlockedUsers)
)