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