2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00

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

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,
};