Remove ability to get embed code for remote posts (#32578)

pull/31620/head^2
Claire 6 months ago committed by GitHub
parent 2391937e11
commit 1fc165de02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -264,7 +264,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…
Cancel
Save