kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
nostr: allow view in external viewer links to appear on all posts
rodzic
af9bb284fa
commit
e5b3c9c9a0
|
@ -430,7 +430,7 @@ const StatusActionBar: React.FC<IStatusActionBar> = ({
|
|||
}
|
||||
}
|
||||
|
||||
if (features.federating && !account.local) {
|
||||
if (features.federating) {
|
||||
const externalNostrUrl: string | undefined = status.ditto?.get('external_url');
|
||||
const { hostname: domain } = new URL(externalNostrUrl || status.uri);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue