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:
@@ -103,6 +103,9 @@
|
||||
},
|
||||
"chat_group_mention": {
|
||||
"type": "integer"
|
||||
},
|
||||
"chat_quoted": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user