From 22127dd6377f9c436e6a8c7ab3f85f587541435e Mon Sep 17 00:00:00 2001 From: Watchful1 Date: Tue, 17 Sep 2024 20:19:34 -0700 Subject: [PATCH] Handle these here too --- personal/combine/merge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/personal/combine/merge.py b/personal/combine/merge.py index 65bb810..e51e40e 100644 --- a/personal/combine/merge.py +++ b/personal/combine/merge.py @@ -79,8 +79,8 @@ field_actions = { "locked": FieldAction.OVERWRITE, "media_metadata": FieldAction.OVERWRITE, "mod_note": FieldAction.ALLOW_EMPTY, - "mod_reason_by": FieldAction.ALLOW_EMPTY, - "mod_reason_title": FieldAction.ALLOW_EMPTY, + "mod_reason_by": FieldAction.SPECIAL_NO_OVERWRITE, + "mod_reason_title": FieldAction.SPECIAL_NO_OVERWRITE, "mod_reports": FieldAction.SPECIAL_NO_OVERWRITE, "mod_reports_dismissed": FieldAction.SPECIAL_NO_OVERWRITE, "name": FieldAction.OVERWRITE_IF_NONE,