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

Method deleteMessage

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

Source from the content-addressed store, hash-verified

72 token: string | null;
73 setThreads: React.Dispatch<React.SetStateAction<SerializedThread[]>>;
74 deleteMessage(messageId: string): void;
75 muteThread(threadId: string): void;
76 unmuteThread(threadId: string): void;
77 pinThread(threadId: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected