an appview-less Bluesky client using Constellation and PDS Queries reddwarf.app
frontend spa bluesky reddwarf microcosm

faster reload

rimar1337 fc6b4da8 208521f9

Changed files
+1 -1
src
utils
+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,