Add merge field

This commit is contained in:
Watchful1 2023-09-13 10:05:32 -07:00
parent 9595fa7e40
commit 91159f0509
3 changed files with 4 additions and 4 deletions

View file

@ -155,7 +155,7 @@ field_actions = {
"contest_mode": FieldAction.OVERWRITE,
"created": FieldAction.OVERWRITE_IF_NONE,
"created_utc": FieldAction.OVERWRITE_IF_NONE,
"crosspost_parent": FieldAction.ALLOW,
"crosspost_parent": FieldAction.OVERWRITE_NOT_NONE,
"crosspost_parent_list": FieldAction.OVERWRITE_NOT_NONE,
"discussion_type": FieldAction.OVERWRITE_NOT_NONE,
"distinguished": FieldAction.OVERWRITE,