MCPcopy Create free account
hub / github.com/block/buzz / forumThreadQueryKey

Function forumThreadQueryKey

desktop/src/features/forum/hooks.ts:16–18  ·  view source on GitHub ↗
(channelId: string, eventId: string)

Source from the content-addressed store, hash-verified

14}
15
16export function forumThreadQueryKey(channelId: string, eventId: string) {
17 return ["forum-thread", channelId, eventId] as const;
18}
19
20export function useForumPostsQuery(channel: Channel | null) {
21 const channelId = channel?.id ?? "";

Callers 3

useForumThreadQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected