FEATURE: Warn a user when they're replying to the same user too much

This commit is contained in:
Robin Ward
2017-02-03 16:59:05 -05:00
parent c4e10f2a9d
commit f1e7bca3c9
5 changed files with 169 additions and 26 deletions

View File

@ -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.