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

Function unmuteThread

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

Source from the content-addressed store, hash-verified

313 }
314
315 async function unmuteThread(threadId: string) {
316 Toast.info('Thread was unmuted.');
317 markUserThreadStatuses(threadId, {
318 muted: false,
319 read: false,
320 reminder: false,
321 });
322 }
323
324 async function readThread(threadId: string) {
325 Toast.info('Thread was marked as read.');

Callers

nothing calls this directly

Calls 2

markUserThreadStatusesFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected