DEV: Add chat invitation notification type (#15288)

This commit is contained in:
Mark VanLandingham 2021-12-14 09:01:53 -06:00 committed by GitHub
parent 4afd6f0189
commit 175ced5096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class Notification < ActiveRecord::Base
event_invitation: 28,
chat_mention: 29,
chat_message: 30,
chat_invitation: 31
)
end

View File

@ -97,6 +97,9 @@
},
"chat_message": {
"type": "integer"
},
"chat_invitation": {
"type": "integer"
}
},
"required": [