Merge pull request #15044 from overleaf/mf-send-warning-to-users-with-personal-and-group-subscriptions

Show notification warning to user with both personal and group subscriptions

GitOrigin-RevId: 7f46d7af10389f552175ce26fae9469e0167f95b
This commit is contained in:
M Fahru
2023-10-18 08:05:04 +00:00
committed by Copybot
parent a4d9c900fc
commit e53f3bb158
6 changed files with 119 additions and 0 deletions
@@ -6,6 +6,7 @@ type TemplateKey =
| 'notification_dropbox_duplicate_project_names'
| 'notification_dropbox_unlinked_due_to_lapsed_reconfirmation'
| 'notification_group_invitation'
| 'notification_personal_and_group_subscriptions'
type NotificationBase = {
_id?: number