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

Configure Feed

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

show more recently updated

Florian 7b9e8e65 0279881e

+1 -1
+1 -1
src/lib/cards/special/UpdatedBlentos/index.ts
··· 78 78 79 79 const client = getServerClient(db); 80 80 const res = await client.get('app.blento.card.listRecords', { 81 - params: { limit: 100, profiles: true, sort: 'time_us', order: 'desc' } 81 + params: { limit: 200, profiles: true, sort: 'time_us', order: 'desc' } 82 82 }); 83 83 84 84 if (!res.ok) return [];