Fix thread muting (#932)

This commit is contained in:
Paul Frazee
2023-06-30 11:38:22 -05:00
committed by GitHub
parent ed5a88d9d8
commit 010588ee7c
3 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -61,8 +61,9 @@ export class PostThreadItemModel {
}
return this.post.uri
}
get isThreadMuted() {
return this.rootStore.mutedThreads.uris.has(this.rootUri)
return this.data.isThreadMuted
}
get labelInfo(): PostLabelInfo {