| 248 | unread > MAX_UNREAD_DISPLAY ? `${MAX_UNREAD_DISPLAY}+` : unread.toString(); |
| 249 | |
| 250 | interface ActionCopy { |
| 251 | mute: string; |
| 252 | unmute: string; |
| 253 | } |
| 254 | |
| 255 | export const notificationMutingCopy: Partial< |
| 256 | Record<NotificationType, ActionCopy> |
nothing calls this directly
no outgoing calls
no test coverage detected