| 242 | unread > MAX_UNREAD_DISPLAY ? `${MAX_UNREAD_DISPLAY}+` : unread.toString(); |
| 243 | |
| 244 | interface ActionCopy { |
| 245 | mute: string; |
| 246 | unmute: string; |
| 247 | } |
| 248 | |
| 249 | export const notificationMutingCopy: Partial< |
| 250 | Record<NotificationType, ActionCopy> |
nothing calls this directly
no outgoing calls
no test coverage detected