DEV: Add chat to notifications to test notification-types (#14372)
This commit is contained in:
parent
fe17bcbcc3
commit
cb0b39d16e
|
@ -31,4 +31,6 @@ export const NOTIFICATION_TYPES = {
|
|||
votes_released: 26,
|
||||
event_reminder: 27,
|
||||
event_invitation: 28,
|
||||
chat_mention: 29,
|
||||
chat_message: 30,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue