modreports: log modaction when report is handled or rejected.

This commit is contained in:
evazion
2022-01-20 21:28:29 -06:00
parent c8d27c2719
commit 5fd0d498a4
8 changed files with 22 additions and 3 deletions

View File

@@ -52,6 +52,8 @@ class ModAction < ApplicationRecord
forum_topic_lock: 206,
forum_post_update: 101,
forum_post_delete: 102,
moderation_report_handled: 306,
moderation_report_rejected: 307,
tag_alias_create: 120,
tag_alias_update: 121, # XXX unused
tag_alias_delete: 122,