From 06596ee6c0c23984ec15310d4b08cae3c2c86b23 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 16 Sep 2026 14:20:36 +0300 Subject: [PATCH] todo --- src/components/status/status.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status/status.js b/src/components/status/status.js index ec685b0d2..170d1a7b2 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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,