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

Method onSelectThread

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

Source from the content-addressed store, hash-verified

81 onRemind(threadId: string, reminder: ReminderTypes): void;
82 unreadThread(threadId: string): void;
83 onSelectThread(threadId?: string): void;
84 onMessage(
85 threadId: string,
86 message: SerializedMessage,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected