[READ ONLY MIRROR] Spark Social AppView Server github.com/sprksocial/server
atproto deno hono lexicon
1
fork

Configure Feed

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

fix feed headers

+2 -2
+2 -2
api/so/sprk/feed/getFeed.ts
··· 217 217 // The feedgen is not guaranteed to honor the limit, but we try it. 218 218 limit: params.limit, 219 219 cursor: params.cursor, 220 - }, { 221 - headers, 220 + }, undefined, { 221 + headers 222 222 }); 223 223 224 224 skeleton = result.data;