diff --git a/app/javascript/mastodon/features/activitypub_explorer/index.js b/app/javascript/mastodon/features/activitypub_explorer/index.js index c70e35506..ee7097161 100644 --- a/app/javascript/mastodon/features/activitypub_explorer/index.js +++ b/app/javascript/mastodon/features/activitypub_explorer/index.js @@ -69,7 +69,13 @@ class ActivityPubExplorer extends ImmutablePureComponent {
- + + fetch('/api/v1/json_ld?' + new URLSearchParams({ url }).toString()) + } + initialValue={data} + initialUrl={url} + />
);