mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
FEATURE: Warn a user when they're replying to the same user too much
This commit is contained in:
@ -61,7 +61,8 @@ class UserHistory < ActiveRecord::Base
|
||||
activate_user: 43,
|
||||
change_readonly_mode: 44,
|
||||
backup_download: 45,
|
||||
backup_destroy: 46)
|
||||
backup_destroy: 46,
|
||||
notified_about_get_a_room: 47)
|
||||
end
|
||||
|
||||
# Staff actions is a subset of all actions, used to audit actions taken by staff users.
|
||||
|
Reference in New Issue
Block a user