feat: user notification settings for group.leave event

v1.18.x
psychobunny 4 years ago
parent 3f597a5539
commit c1a7968d23

@ -89,6 +89,7 @@
"notificationType_new-chat": "notification",
"notificationType_new-group-chat": "notification",
"notificationType_group-invite": "notification",
"notificationType_group-leave": "notification",
"notificationType_group-request-membership": "notification",
"notificationType_mention": "notification",
"notificationType_new-register": "notification",

@ -69,6 +69,7 @@
"notificationType_new-chat": "When you receive a chat message",
"notificationType_new-group-chat": "When you receive a group chat message",
"notificationType_group-invite": "When you receive a group invite",
"notificationType_group-leave": "When a user leaves your group",
"notificationType_group-request-membership": "When someone requests to join a group you own",
"notificationType_new-register": "When someone gets added to registration queue",
"notificationType_post-queue": "When a new post is queued",

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

Loading…
Cancel
Save