this repo has no description
0
fork

Configure Feed

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

up limit from 3 whoops

+2 -1
+2 -1
apps/expo/src/components/profile-view.tsx
··· 46 46 const { data } = await agent.api.com.atproto.repo.listRecords({ 47 47 repo: handle, 48 48 collection: "app.bsky.feed.like", 49 - limit: 3, 49 + // smaller limit since we have to fetch each post 50 + limit: 10, 50 51 cursor: pageParam as string | undefined, 51 52 }); 52 53