Merge pull request #4855 from nottalulah/lock-moderation
Log mod actions for changes to post locks
This commit is contained in:
@@ -31,6 +31,12 @@ class ModAction < ApplicationRecord
|
||||
post_move_favorites: 47,
|
||||
post_regenerate: 48,
|
||||
post_regenerate_iqdb: 49,
|
||||
post_note_lock_create: 210,
|
||||
post_note_lock_delete: 212,
|
||||
post_rating_lock_create: 220,
|
||||
post_rating_lock_delete: 222,
|
||||
post_status_lock_create: 230,
|
||||
post_status_lock_delete: 232,
|
||||
pool_delete: 62,
|
||||
pool_undelete: 63,
|
||||
artist_ban: 184,
|
||||
|
||||
Reference in New Issue
Block a user