mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
[Glitch] Profile redesign: Ensure boost and languages menu items are only for following
Port 5ba5a2e552 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -623,7 +623,7 @@ function redesignMenuItems({
|
||||
);
|
||||
|
||||
// Timeline options
|
||||
if (relationship && !relationship.muting) {
|
||||
if (relationship?.following && !relationship.muting) {
|
||||
items.push(
|
||||
{
|
||||
text: intl.formatMessage(
|
||||
|
||||
Reference in New Issue
Block a user