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,
|
event_invitation: 28,
|
||||||
chat_mention: 29,
|
chat_mention: 29,
|
||||||
chat_message: 30,
|
chat_message: 30,
|
||||||
|
chat_invitation: 31
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -97,6 +97,9 @@
|
||||||
},
|
},
|
||||||
"chat_message": {
|
"chat_message": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"chat_invitation": {
|
||||||
|
"type": "integer"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Reference in New Issue