Fix thread muting (#932)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user