mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-31 03:53:12 -05:00
[Glitch] Remove ability to get embed code for remote posts
Port de5f522cc0056ac6e9276a811979995daceebf06 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
605ed50603
commit
9877a053f6
@ -233,7 +233,7 @@ class StatusActionBar extends ImmutablePureComponent {
|
||||
menu.push({ text: intl.formatMessage(messages.share), action: this.handleShareClick });
|
||||
}
|
||||
|
||||
if (publicStatus && (signedIn || !isRemote)) {
|
||||
if (publicStatus && !isRemote) {
|
||||
menu.push({ text: intl.formatMessage(messages.embed), action: this.handleEmbed });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user