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

Configure Feed

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

opps

Florian e81420fd c158570b

-1
-1
src/lib/cards/ATProtoCollectionsCard/index.ts
··· 8 8 contentComponent: ATProtoCollectionsCard, 9 9 loadData: async (items, { did }) => { 10 10 const data = (await describeRepo({ did })).data; 11 - console.log(data); 12 11 const collections = new Set<string>(); 13 12 for (const collection of data.collections) { 14 13 const split = collection.split('.');