This repository has no description
0

Configure Feed

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

semble / src / modules / atproto / infrastructure / services / RepositoryCollectionIds.ts
175 B 5 lines
1export const REPOSITORY_COLLECTION_IDS = { 2 COLLECTIONS: 'network.cosmik.collection', 3 CARDS: 'network.cosmik.card', 4 COLLECTION_LINKS: 'network.cosmik.collectionLink', 5};