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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

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 {