Fix #3754: Include unbans in Mod Actions.

This commit is contained in:
evazion
2018-08-22 00:08:33 -05:00
parent 0fcdc30b69
commit 8cc393183e
2 changed files with 9 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ class ModAction < ApplicationRecord
enum category: {
user_delete: 2,
user_ban: 4,
user_unban: 5,
user_name_change: 6,
user_level: 7,
user_approval_privilege: 8,