Added additional mod actions

This commit is contained in:
BrokenEagle
2018-01-13 20:40:16 -08:00
parent fcdc61f111
commit 85f04a826a
4 changed files with 20 additions and 0 deletions

View File

@@ -31,8 +31,13 @@ class ModAction < ApplicationRecord
post_permanent_delete: 46,
pool_delete: 62,
pool_undelete: 63,
artist_ban: 184,
artist_unban: 185,
comment_update: 81,
comment_delete: 82,
forum_topic_delete: 202,
forum_topic_undelete: 203,
forum_topic_lock: 206,
forum_post_update: 101,
forum_post_delete: 102,
tag_alias_create: 120,