This commit is contained in:
Henry Jameson 2026-08-27 20:28:04 +03:00
commit 01a99f9e8b

View file

@ -152,8 +152,7 @@ const Status = {
},
showReasonMutedThread() {
return (
(this.mainStatus.thread_muted ||
this.mainSatus.reblog?.thread_muted) &&
(this.mainStatus.thread_muted || this.mainSatus.reblog?.thread_muted) &&
!this.inConversation
)
},