diff --git a/app/models/notification.rb b/app/models/notification.rb index c54d4495f8c..ab420cbb2ec 100644 --- a/app/models/notification.rb +++ b/app/models/notification.rb @@ -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