add post lock entries to mod actions

This commit is contained in:
Lily
2021-07-27 07:41:26 -03:00
parent b4dc7487ee
commit 9fb8093052
2 changed files with 33 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,