mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: reserve id for reaction notifications (#10315)
Use id 25 for reaction notifications
This commit is contained in:
committed by
GitHub
parent
e0d9232259
commit
f2342c2d32
@@ -110,7 +110,8 @@ class Notification < ActiveRecord::Base
|
||||
code_review_commit_approved: 21,
|
||||
membership_request_accepted: 22,
|
||||
membership_request_consolidated: 23,
|
||||
bookmark_reminder: 24
|
||||
bookmark_reminder: 24,
|
||||
reaction: 25,
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user