mirror of https://gitlab.com/bashrc2/epicyon
In reply to lookup
parent
20d1b34f28
commit
eac6bfd699
|
@ -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 += \
|
||||
|
|
Loading…
Reference in New Issue