[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.

bump

-1
-1
services/appview/src/routes/com/atproto/admin/getAccountInfos.ts
··· 7 7 export const createGetAccountInfosRouter = (ctx: AppContext) => { 8 8 const router = new Hono() 9 9 10 - // XRPC endpoint for Ozone integration: com.atproto.admin.getAccountInfos 11 10 router.get( 12 11 '/xrpc/com.atproto.admin.getAccountInfos', 13 12 (c, next) => authMiddleware(c, next, true),