mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Profile redesign: Ensure boost and languages menu items are only for following (#38365)
This commit is contained in:
@@ -620,7 +620,7 @@ function redesignMenuItems({
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Timeline options
|
// Timeline options
|
||||||
if (relationship && !relationship.muting) {
|
if (relationship?.following && !relationship.muting) {
|
||||||
items.push(
|
items.push(
|
||||||
{
|
{
|
||||||
text: intl.formatMessage(
|
text: intl.formatMessage(
|
||||||
|
|||||||
Reference in New Issue
Block a user