feat: user notification settings for group.leave event

This commit is contained in:
psychobunny
2020-12-01 14:11:38 -05:00
parent 3f597a5539
commit c1a7968d23
3 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ Notifications.baseTypes = [
'notificationType_new-chat',
'notificationType_new-group-chat',
'notificationType_group-invite',
'notificationType_group-leave',
'notificationType_group-request-membership',
];