atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

edit search examples

Juliet ed7b8ae3 70232d4a

+6 -4
+2
README.md
··· 12 12 pnpm build # bundles the production app 13 13 pnpx wrangler pages dev # runs worker locally 14 14 ``` 15 + 16 + Set `APP_DOMAIN` (default: `pdsls.dev`) and `APP_PROTOCOL` (default: `https`) to configure the base URL used in the generated OAuth and OpenSearch metadata files.
+4 -4
src/components/search.tsx
··· 58 58 prefix: "@", 59 59 }, 60 60 { 61 - path: "/at://did:plc:ia76kvnndjutgedggx2ibrem/app.bsky.actor.profile/self", 62 - label: "mary.my.id/app.bsky.actor.profile/self", 61 + path: "/at://did:plc:uu5axsmbm2or2dngy4gwchec/sh.tangled.repo/3m2skfgqpvn22", 62 + label: "futur.blue/sh.tangled.repo/3m2skfgqpvn22", 63 63 type: "at-uri", 64 64 prefix: "at://", 65 65 }, 66 66 { path: "/npmx.social", label: "npmx.social", type: "pds", prefix: "pds:" }, 67 67 { 68 - path: "/at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.feed.post#schema", 69 - label: "app.bsky.feed.post", 68 + path: "/at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.chat.message#schema", 69 + label: "place.stream.chat.message", 70 70 type: "lexicon", 71 71 prefix: "lex:", 72 72 },