frontend client for gemstone. decentralised workplace app

docs: add todo

serenity 0c2be813 f8409aa8

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