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

Method pinThread

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

Source from the content-addressed store, hash-verified

72 muteThread(threadId: string): void;
73 unmuteThread(threadId: string): void;
74 pinThread(threadId: string): void;
75 starThread(threadId: string): void;
76 updateThreadResolution: onResolve;
77 readThread(threadId: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected