mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
DEV: Reserve assigned notification type (#16207)
* DEV: Reserve assigned notification type * update constants
This commit is contained in:

committed by
GitHub

parent
69752f0100
commit
100a84d345
@ -51,6 +51,7 @@ describe Notification do
|
||||
expect(@types[:event_invitation]).to eq(28)
|
||||
expect(@types[:chat_mention]).to eq(29)
|
||||
expect(@types[:chat_message]).to eq(30)
|
||||
expect(@types[:assigned]).to eq(34)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user