an independent Bluesky client using Constellation, PDS Queries, and other services reddwarf.app
frontend spa bluesky reddwarf microcosm client app
93
fork

Configure Feed

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

faster reload

rimar1337 fc6b4da8 208521f9

+1 -1
+1 -1
src/utils/useQuery.ts
··· 657 657 path: string, 658 658 staleMult?: number 659 659 }) { 660 - const safemult = query?.staleMult || 1; 660 + const safemult = query?.staleMult ?? 1; 661 661 // console.log( 662 662 // 'yknowIReallyHateThisButWhateverGuardedConstructConstellationInfiniteQueryLinks', 663 663 // query,