DEV: Added commit approved notification type for discourse-code-review

We need to reserve ids in core so plugins do not clash.
This commit is contained in:
Daniel Waterworth 2019-06-11 02:17:23 +01:00 committed by Sam
parent 06d974d55c
commit d073a7d5a8

View File

@ -63,7 +63,8 @@ class Notification < ActiveRecord::Base
watching_first_post: 17,
topic_reminder: 18,
liked_consolidated: 19,
post_approved: 20
post_approved: 20,
code_review_commit_approved: 21
)
end