mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:53:41 +08:00
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,
|
||||
topic_reminder: 18,
|
||||
liked_consolidated: 19,
|
||||
post_approved: 20
|
||||
post_approved: 20,
|
||||
code_review_commit_approved: 21
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user