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

Function readThread

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

Source from the content-addressed store, hash-verified

322 }
323
324 async function readThread(threadId: string) {
325 Toast.info('Thread was marked as read.');
326 markUserThreadStatuses(threadId, {
327 muted: false,
328 read: true,
329 reminder: false,
330 });
331 }
332
333 async function unreadThread(threadId: string) {
334 Toast.info('Thread was marked as unread.');

Callers

nothing calls this directly

Calls 2

markUserThreadStatusesFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected