data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

limit the amount of posts returned by count from getUserPosts

dawn 07d745fb 86593fda

+1 -1
+1 -1
eunomia/src/lib/bluesky.ts
··· 72 72 break; 73 73 } 74 74 } 75 - return { posts, cursor }; 75 + return { posts: posts.slice(0, count), cursor }; 76 76 }; 77 77 78 78 const lastPosts = writable<Post[]>([]);