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

Method starThread

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

Source from the content-addressed store, hash-verified

76 unmuteThread(threadId: string): void;
77 pinThread(threadId: string): void;
78 starThread(threadId: string): void;
79 updateThreadResolution: onResolve;
80 readThread(threadId: string): void;
81 onRemind(threadId: string, reminder: ReminderTypes): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected