In reply to lookup

merge-requests/30/head
Bob Mottram 2023-07-31 13:59:26 +01:00
parent 20d1b34f28
commit eac6bfd699
1 changed files with 2 additions and 0 deletions

View File

@ -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 += \