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
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