From cd4e13db06786486377ee5ea0022fcee15044dc1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 May 2025 16:45:42 +0100 Subject: [PATCH] Extra expected fields --- posts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/posts.py b/posts.py index c88182ae5..a12bfcf5d 100644 --- a/posts.py +++ b/posts.py @@ -5421,7 +5421,9 @@ def _novel_fields_for_person(nickname: str, domain: str, 'searchableBy', 'interactionPolicy', 'canQuote', - 'automaticApproval' + 'automaticApproval', + 'reactions', + 'webfinger' ) for post_filename in posts_in_box: post_filename = post_filename.name