From a4be5ff67510f823aefe5973409cec99e651e04e Mon Sep 17 00:00:00 2001 From: Shawn Grigson Date: Sun, 10 Sep 2023 18:03:06 -0500 Subject: [PATCH] Revert "try with import field" This reverts commit b833ad6d418a890bff5a1dc1c2ad29f2d4e17d4e. --- src/fediblockhole/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fediblockhole/__init__.py b/src/fediblockhole/__init__.py index 8f696b9..ce805cf 100755 --- a/src/fediblockhole/__init__.py +++ b/src/fediblockhole/__init__.py @@ -576,8 +576,6 @@ def push_blocklist(token: str, host: str, blocklist: list[DomainBlock], # Force use of the admin API, and add 'id' to the list of fields if 'id' not in import_fields: import_fields.append('id') - if override_private_comment: - import_fields.append('private_comment') serverblocks = fetch_instance_blocklist(host, token, True, import_fields, scheme) # # Convert serverblocks to a dictionary keyed by domain name