static site frontend for mapped.at mapped.at
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix missing metadata_uri

+4 -1
+4 -1
public/script.js
··· 19 19 20 20 // ── ATProto OAuth configuration ─────────────────────────────────── 21 21 configureOAuth({ 22 - metadata, 22 + metadata: { 23 + redirect_uri: metadata.redirect_uris[0], 24 + ...metadata, 25 + }, 23 26 identityResolver: new LocalActorResolver({ 24 27 handleResolver: new XrpcHandleResolver({ 25 28 serviceUrl: 'https://public.api.bsky.app',