mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-05 03:46:54 -04:00
Handle these here too
This commit is contained in:
parent
db2c739b6d
commit
22127dd637
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue