atmosphere explorer
0
fork

Configure Feed

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

remove listRepos caching

+4 -7
+4 -7
src/App.tsx
··· 268 268 } 269 269 }; 270 270 271 - const listRepos = query( 272 - (cursor: string | undefined) => 273 - rpc.get("com.atproto.sync.listRepos", { 274 - params: { limit: 1000, cursor: cursor }, 275 - }), 276 - "listRepos", 277 - ); 271 + const listRepos = (cursor: string | undefined) => 272 + rpc.get("com.atproto.sync.listRepos", { 273 + params: { limit: 1000, cursor: cursor }, 274 + }); 278 275 279 276 return ( 280 277 <>