mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add chat_group_mention notification type (#15616)
This commit is contained in:
committed by
GitHub
parent
bcc148556f
commit
fcc80137ce
@@ -100,6 +100,9 @@
|
||||
},
|
||||
"chat_invitation": {
|
||||
"type": "integer"
|
||||
},
|
||||
"chat_group_mention": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -131,7 +134,10 @@
|
||||
"votes_released",
|
||||
"event_reminder",
|
||||
"event_invitation",
|
||||
"chat_mention"
|
||||
"chat_mention",
|
||||
"chat_message",
|
||||
"chat_invitation",
|
||||
"chat_group_mention"
|
||||
]
|
||||
},
|
||||
"post_types": {
|
||||
|
||||
Reference in New Issue
Block a user