[Glitch] Remove ability to get embed code for remote posts

Port 1fc165de02 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2887/head
Claire 2024-10-18 12:51:05 +02:00
parent f0207d10be
commit 6bd185b423
1 changed files with 1 additions and 1 deletions

View File

@ -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 });
}