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

Method deleteMessage

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

Source from the content-addressed store, hash-verified

67 token: string | null;
68 setThreads: React.Dispatch<React.SetStateAction<SerializedThread[]>>;
69 deleteMessage(messageId: string): void;
70 muteThread(threadId: string): void;
71 unmuteThread(threadId: string): void;
72 pinThread(threadId: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected