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