More expected fields

merge-requests/30/head
Bob Mottram 2024-06-18 13:51:03 +01:00
parent b14fd40ab0
commit 322e64ba12
1 changed files with 8 additions and 1 deletions

View File

@ -5050,7 +5050,14 @@ def _novel_fields_for_person(nickname: str, domain: str,
'oneOf', 'oneOf',
'bookmarks', 'bookmarks',
'formerRepresentations', 'formerRepresentations',
'anyOf' 'anyOf',
'commentsEnabled',
'rejectReplies',
'mediaType',
'crawlable',
'schema:license',
'license',
'summaryMap'
) )
for post_filename in posts_in_box: for post_filename in posts_in_box:
post_filename = post_filename.name post_filename = post_filename.name