frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

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

refactor: make infinite

serenity ebb40e10 5aa2f62b

+1 -2
+1 -2
src/providers/authed/HandshakesProvider.tsx
··· 1 - import { DEFAULT_STALE_TIME } from "@/lib/consts"; 2 1 import type { AtUri, Did } from "@/lib/types/atproto"; 3 2 import type { LatticeSessionInfo } from "@/lib/types/handshake"; 4 3 import type { SystemsGmstnDevelopmentChannelMembership } from "@/lib/types/lexicon/systems.gmstn.development.channel.membership"; ··· 77 76 ), 78 77 oauth, 79 78 }), 80 - staleTime: DEFAULT_STALE_TIME, 79 + staleTime: Infinity, 81 80 })), 82 81 }); 83 82