tangled
alpha
login
or
join now
whey.party
/
red-dwarf
82
fork
atom
an independent Bluesky client using Constellation, PDS Queries, and other services
reddwarf.app
frontend
spa
bluesky
reddwarf
microcosm
client
app
82
fork
atom
overview
issues
25
pulls
pipelines
faster reload
rimar1337
4 months ago
fc6b4da8
208521f9
+1
-1
1 changed file
expand all
collapse all
unified
split
src
utils
useQuery.ts
+1
-1
src/utils/useQuery.ts
···
657
657
path: string,
658
658
staleMult?: number
659
659
}) {
660
660
-
const safemult = query?.staleMult || 1;
660
660
+
const safemult = query?.staleMult ?? 1;
661
661
// console.log(
662
662
// 'yknowIReallyHateThisButWhateverGuardedConstructConstellationInfiniteQueryLinks',
663
663
// query,