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:
parent
06d974d55c
commit
d073a7d5a8
|
@ -63,7 +63,8 @@ class Notification < ActiveRecord::Base
|
||||||
watching_first_post: 17,
|
watching_first_post: 17,
|
||||||
topic_reminder: 18,
|
topic_reminder: 18,
|
||||||
liked_consolidated: 19,
|
liked_consolidated: 19,
|
||||||
post_approved: 20
|
post_approved: 20,
|
||||||
|
code_review_commit_approved: 21
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue