MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / readThread

Method readThread

apps/web/ui/ChannelView/ForumView/index.tsx:75–75  ·  view source on GitHub ↗
(threadId: string)

Source from the content-addressed store, hash-verified

73 starThread(threadId: string): void;
74 updateThreadResolution: onResolve;
75 readThread(threadId: string): void;
76 onRemind(threadId: string, reminder: ReminderTypes): void;
77 unreadThread(threadId: string): void;
78 onSelectThread(threadId?: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected