your personal website on atproto - mirror blento.app
25
fork

Configure Feed

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

small fixes

Florian 1ac9cfd8 a95f6b4e

+5 -3
+4 -1
.gitignore
··· 24 24 25 25 references 26 26 27 - sveltekit-cloudflare-workers 27 + sveltekit-cloudflare-workers 28 + 29 + 30 + scripts/backups
+1 -2
src/lib/atproto/settings.ts
··· 14 14 'xyz.statusphere.status', 15 15 'community.lexicon.calendar.rsvp', 16 16 'community.lexicon.calendar.event', 17 - 'app.nearhorizon.actor.pronouns', 18 - 'app.bsky.feed.post' 17 + 'app.nearhorizon.actor.pronouns' 19 18 ] as const; 20 19 21 20 export type AllowedCollection = (typeof collections)[number];