Indentation

merge-requests/30/head
Bob Mottram 2023-07-30 10:59:12 +01:00
parent ee93ea09bb
commit 0b8cb544de
1 changed files with 2 additions and 2 deletions

View File

@ -1551,8 +1551,8 @@ def _get_post_title_reply_html(base_dir: str,
_reply_with_unknown_path_html(translate, _reply_with_unknown_path_html(translate,
post_json_object, post_domain, post_json_object, post_domain,
nickname) nickname)
return (title_str, reply_avatar_image_in_post, return (title_str, reply_avatar_image_in_post,
container_class_icons, container_class) container_class_icons, container_class)
in_reply_to = obj_json['inReplyTo'] in_reply_to = obj_json['inReplyTo']
if not reply_actor: if not reply_actor: