frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

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

docs: add todo

serenity 0c2be813 f8409aa8

+2
+2
src/queries/hooks/useConstellationInvitesQuery.ts
··· 2 2 import type { OAuthSession } from "@atproto/oauth-client"; 3 3 import { useQuery } from "@tanstack/react-query"; 4 4 5 + // TODO: use prism instead, so that we can get the backlink, the invite, and the channel's actual record 6 + // and not just the strongRef. 5 7 export const useConstellationInvitesQuery = (session: OAuthSession) => { 6 8 const queryKey = ["invites", session.did]; 7 9 return {