Remove mod-only bulk revert system (#4178).
The mass undo system added in #4178 is a replacement for the mod-only bulk revert system.
This commit is contained in:
@@ -50,7 +50,7 @@ class ModAction < ApplicationRecord
|
||||
ip_ban_create: 160,
|
||||
ip_ban_delete: 162,
|
||||
mass_update: 1000,
|
||||
bulk_revert: 1001,
|
||||
bulk_revert: 1001, # XXX unused
|
||||
other: 2000
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user