DEV: Reserve usernames for chat and sunset chat_group_mention (#16200)

This commit is contained in:
Mark VanLandingham
2022-03-16 08:55:21 -05:00
committed by GitHub
parent a0f4c7fe88
commit cea0b9cefb
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ class Notification < ActiveRecord::Base
chat_mention: 29,
chat_message: 30,
chat_invitation: 31,
chat_group_mention: 32,
chat_group_mention: 32, # March 2022 - This is obsolete, as all chat_mentions use `chat_mention` type
chat_quoted: 33
)
end