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

Function muteThread

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

Source from the content-addressed store, hash-verified

304 }
305
306 async function muteThread(threadId: string) {
307 Toast.info('Thread was muted.');
308 markUserThreadStatuses(threadId, {
309 muted: true,
310 read: false,
311 reminder: false,
312 });
313 }
314
315 async function unmuteThread(threadId: string) {
316 Toast.info('Thread was unmuted.');

Callers

nothing calls this directly

Calls 2

markUserThreadStatusesFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected