[Glitch] Profile redesign: Ensure boost and languages menu items are only for following
Port 5ba5a2e55250ad52556caa627a0e486338f9d5ea to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
3d8e40f7c9
commit
889706a317
@ -623,7 +623,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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user