mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
DEV: Add chat invitation notification type (#15288)
This commit is contained in:
parent
4afd6f0189
commit
175ced5096
|
@ -108,6 +108,7 @@ class Notification < ActiveRecord::Base
|
|||
event_invitation: 28,
|
||||
chat_mention: 29,
|
||||
chat_message: 30,
|
||||
chat_invitation: 31
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -97,6 +97,9 @@
|
|||
},
|
||||
"chat_message": {
|
||||
"type": "integer"
|
||||
},
|
||||
"chat_invitation": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user