DEV: Add chat to notifications to test notification-types (#14372)

This commit is contained in:
Mark VanLandingham 2021-09-17 11:56:21 -05:00 committed by GitHub
parent fe17bcbcc3
commit cb0b39d16e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -31,4 +31,6 @@ export const NOTIFICATION_TYPES = {
votes_released: 26,
event_reminder: 27,
event_invitation: 28,
chat_mention: 29,
chat_message: 30,
};