| 233 | unread > MAX_UNREAD_DISPLAY ? `${MAX_UNREAD_DISPLAY}+` : unread.toString(); |
| 234 | |
| 235 | interface ActionCopy { |
| 236 | mute: string; |
| 237 | unmute: string; |
| 238 | } |
| 239 | |
| 240 | export const notificationMutingCopy: Partial< |
| 241 | Record<NotificationType, ActionCopy> |
nothing calls this directly
no outgoing calls
no test coverage detected