DEV: adds event_reminder (27) and event_invitation (28) (#10473)

Note that these events are also added to the list of events sent to push notifications.
This commit is contained in:
Joffrey JAFFEUX
2020-08-19 12:07:51 +02:00
committed by GitHub
parent 3e49c5b4d8
commit dde3d63b33
3 changed files with 41 additions and 7 deletions

View File

@@ -113,6 +113,8 @@ class Notification < ActiveRecord::Base
bookmark_reminder: 24,
reaction: 25,
votes_released: 26,
event_reminder: 27,
event_invitation: 28
)
end