Merge pull request #4855 from nottalulah/lock-moderation

Log mod actions for changes to post locks
This commit is contained in:
evazion
2021-09-17 19:06:52 -05:00
committed by GitHub
3 changed files with 79 additions and 0 deletions

View File

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