From 5aa8f127c4a040fcced17c9b00aa15e6ee59073b Mon Sep 17 00:00:00 2001 From: Watchful1 Date: Sun, 27 Aug 2023 11:38:58 -0700 Subject: [PATCH] Discussion type --- personal/combine/merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal/combine/merge.py b/personal/combine/merge.py index c24c540..951a2f2 100644 --- a/personal/combine/merge.py +++ b/personal/combine/merge.py @@ -156,7 +156,7 @@ field_actions = { "created_utc": FieldAction.OVERWRITE_IF_NONE, "crosspost_parent": FieldAction.ALLOW, "crosspost_parent_list": FieldAction.OVERWRITE_NOT_NONE, - "discussion_type": FieldAction.ALLOW, + "discussion_type": FieldAction.OVERWRITE_NOT_NONE, "distinguished": FieldAction.OVERWRITE, "domain": FieldAction.OVERWRITE_NOT_NONE, "domain_override": FieldAction.OVERWRITE_NOT_NONE,