DEV: Add chat_quoted notification type (#15968)

This is needed for the notification sent when quoting
chat messages inside a post.
This commit is contained in:
Martin Brennan
2022-02-16 15:22:08 +10:00
committed by GitHub
parent 1ea19a4d51
commit 2d30dd439f
4 changed files with 13 additions and 3 deletions

View File

@@ -109,7 +109,8 @@ class Notification < ActiveRecord::Base
chat_mention: 29,
chat_message: 30,
chat_invitation: 31,
chat_group_mention: 32
chat_group_mention: 32,
chat_quoted: 33
)
end