From eac6bfd699e9c16d86e4a8738048080489737411 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 31 Jul 2023 13:59:26 +0100 Subject: [PATCH] In reply to lookup --- webapp_post.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp_post.py b/webapp_post.py index c5386fbef..6b29107d2 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1548,11 +1548,13 @@ def _get_post_title_reply_html(base_dir: str, if obj_json.get('attributedTo'): if isinstance(obj_json['attributedTo'], str): reply_actor = obj_json['attributedTo'] + in_reply_to = reply_actor elif obj_json != reply_post_json: obj_json = reply_post_json if obj_json.get('attributedTo'): if isinstance(obj_json['attributedTo'], str): reply_actor = obj_json['attributedTo'] + in_reply_to = reply_actor if post_domain and not reply_actor: title_str += \