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

Method readThread

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected