mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user