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

Function onRemind

apps/web/ui/ChannelView/index.tsx:342–350  ·  view source on GitHub ↗
(threadId: string, reminderType: ReminderTypes)

Source from the content-addressed store, hash-verified

340 }
341
342 function onRemind(threadId: string, reminderType: ReminderTypes) {
343 Toast.info('We will remind you later about this thread.');
344 markUserThreadStatuses(threadId, {
345 muted: false,
346 read: false,
347 reminder: true,
348 reminderType,
349 });
350 }
351
352 async function pinThread(threadId: string) {
353 const thread =

Callers 5

ActionsFunction · 0.85
ActionsFunction · 0.85
ActionsFunction · 0.85
RowFunction · 0.85
ActionsFunction · 0.85

Calls 2

markUserThreadStatusesFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected