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.

fix: remove arg from useXrpc

+1 -1
+1 -1
apps/web/src/queries/self.ts
··· 6 6 7 7 export const useUserQuery = () => { 8 8 const { isLoggedIn, agent } = useAuth(); 9 - const rpc = useXrpc(agent); 9 + const rpc = useXrpc(); 10 10 11 11 return useQuery({ 12 12 queryKey: ['self'],