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

Function forumPostsQueryKey

desktop/src/features/forum/hooks.ts:12–14  ·  view source on GitHub ↗
(channelId: string)

Source from the content-addressed store, hash-verified

10import { KIND_FORUM_COMMENT, KIND_FORUM_POST } from "@/shared/constants/kinds";
11
12export function forumPostsQueryKey(channelId: string) {
13 return ["forum-posts", channelId] as const;
14}
15
16export function forumThreadQueryKey(channelId: string, eventId: string) {
17 return ["forum-thread", channelId, eventId] as const;

Callers 5

useForumPostsQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected