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

Method onMessage

apps/web/ui/ChannelView/TopicView/index.tsx:81–81  ·  view source on GitHub ↗
(
    threadId: string,
    message: SerializedMessage,
    messageId: string,
    imitationId: string
  )

Source from the content-addressed store, hash-verified

79 unreadThread(threadId: string): void;
80 onSelectThread(threadId?: string): void;
81 onMessage(
82 threadId: string,
83 message: SerializedMessage,
84 messageId: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected