This commit is contained in:
Henry Jameson 2026-09-16 14:20:36 +03:00
commit 06596ee6c0

View file

@ -312,6 +312,7 @@ const Status = {
hasMentionsLine() {
return this.mentionsLine.length > 0
},
// TODO move muting logic into some store
muteReasons() {
return [
this.userIsMuted ? 'user' : null,