Fix thread muting (#932)
This commit is contained in:
parent
ed5a88d9d8
commit
010588ee7c
3 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue