feat: #8204, separate notification type for group chats

This commit is contained in:
Barış Soner Uşaklı
2020-11-17 12:52:02 -05:00
parent 6e43086558
commit b44ddecdf8
6 changed files with 25 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ Notifications.baseTypes = [
'notificationType_post-edit',
'notificationType_follow',
'notificationType_new-chat',
'notificationType_new-group-chat',
'notificationType_group-invite',
'notificationType_group-request-membership',
];