mod_reports_dismissed

This commit is contained in:
Watchful1 2023-09-14 11:18:59 -07:00
parent 6c2517d4da
commit 574fdc43b4

View file

@ -210,6 +210,7 @@ field_actions = {
"mod_reason_by": FieldAction.ALLOW_EMPTY,
"mod_reason_title": FieldAction.ALLOW_EMPTY,
"mod_reports": FieldAction.SPECIAL_NO_OVERWRITE,
"mod_reports_dismissed": FieldAction.SPECIAL_NO_OVERWRITE,
"name": FieldAction.OVERWRITE_IF_NONE,
"no_follow": FieldAction.OVERWRITE,
"num_comments": FieldAction.OVERWRITE_NOT_NONE,