Show which list caused a mute

This commit is contained in:
Paul Frazee
2023-05-07 21:25:59 -05:00
parent 2482f41ffb
commit 1dc633b07c
9 changed files with 73 additions and 18 deletions
+1
View File
@@ -111,6 +111,7 @@ export class NotificationsFeedItemModel {
addedInfo?.profileLabels || [],
),
isMuted: this.author.viewer?.muted || addedInfo?.isMuted || false,
mutedByList: this.author.viewer?.mutedByList || addedInfo.mutedByList,
isBlocking:
!!this.author.viewer?.blocking || addedInfo?.isBlocking || false,
isBlockedBy: