From 322e64ba12caea35c0d7d3ce9fe69f6162f50c16 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 18 Jun 2024 13:51:03 +0100 Subject: [PATCH] More expected fields --- posts.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 804a9ef05..58a180245 100644 --- a/posts.py +++ b/posts.py @@ -5050,7 +5050,14 @@ def _novel_fields_for_person(nickname: str, domain: str, 'oneOf', 'bookmarks', 'formerRepresentations', - 'anyOf' + 'anyOf', + 'commentsEnabled', + 'rejectReplies', + 'mediaType', + 'crawlable', + 'schema:license', + 'license', + 'summaryMap' ) for post_filename in posts_in_box: post_filename = post_filename.name