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

Configure Feed

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

resolves bac-49 (#26)

authored by

Davi Rodrigues and committed by
GitHub
ac638b58 3648255a

+1
+1
services/appview/api/so/sprk/actor/getProfile.ts
··· 199 199 // Count posts 200 200 ctx.db.models.Post.countDocuments({ 201 201 authorDid: actorDid, 202 + reply: null, 202 203 }), 203 204 ]); 204 205