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

Function unreadThread

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

Source from the content-addressed store, hash-verified

331 }
332
333 async function unreadThread(threadId: string) {
334 Toast.info('Thread was marked as unread.');
335 markUserThreadStatuses(threadId, {
336 muted: false,
337 read: false,
338 reminder: false,
339 });
340 }
341
342 function onRemind(threadId: string, reminderType: ReminderTypes) {
343 Toast.info('We will remind you later about this thread.');

Callers

nothing calls this directly

Calls 2

markUserThreadStatusesFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected