Discussion type

This commit is contained in:
Watchful1 2023-08-27 11:38:58 -07:00
parent a2bf7e7927
commit 5aa8f127c4

View file

@ -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,