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

Method muteThread

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

Source from the content-addressed store, hash-verified

70 setTopics: React.Dispatch<React.SetStateAction<SerializedTopic[]>>;
71 deleteMessage(messageId: string): void;
72 muteThread(threadId: string): void;
73 unmuteThread(threadId: string): void;
74 pinThread(threadId: string): void;
75 starThread(threadId: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected