From 5ba5a2e55250ad52556caa627a0e486338f9d5ea Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 24 Mar 2026 13:58:19 +0100 Subject: [PATCH] Profile redesign: Ensure boost and languages menu items are only for following (#38365) --- .../mastodon/features/account_timeline/components/menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/account_timeline/components/menu.tsx b/app/javascript/mastodon/features/account_timeline/components/menu.tsx index 1fcd2f691e..cd1ec82e4f 100644 --- a/app/javascript/mastodon/features/account_timeline/components/menu.tsx +++ b/app/javascript/mastodon/features/account_timeline/components/menu.tsx @@ -620,7 +620,7 @@ function redesignMenuItems({ ); // Timeline options - if (relationship && !relationship.muting) { + if (relationship?.following && !relationship.muting) { items.push( { text: intl.formatMessage(