MCPcopy Create free account
hub / github.com/dailydotdev/apps / ActionCopy

Interface ActionCopy

packages/shared/src/components/notifications/utils.ts:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 unread > MAX_UNREAD_DISPLAY ? `${MAX_UNREAD_DISPLAY}+` : unread.toString();
249
250interface ActionCopy {
251 mute: string;
252 unmute: string;
253}
254
255export const notificationMutingCopy: Partial<
256 Record<NotificationType, ActionCopy>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected