The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

feat: drop xrpc catch-all

-8
-8
apps/api/src/xrpc/index.ts
··· 116 116 }, 117 117 }); 118 118 }); 119 - 120 - xrpcApp.use(async c => { 121 - c.status(400); 122 - return c.json({ 123 - error: 'not_implemented', 124 - message: 'The XRPC server has not yet been implemented.', 125 - }); 126 - });