Unnecessary condition

merge-requests/30/head
Bob Mottram 2024-12-19 11:13:03 +00:00
parent bcbf7bd610
commit b97f5e1a72
1 changed files with 0 additions and 2 deletions

View File

@ -1587,8 +1587,6 @@ def _get_reply_html(translate: {},
reply_handle: str) -> str:
"""Returns html title for a reply
"""
if not in_reply_to:
return ''
replying_to_str = _replying_to_with_scope(post_json_object, translate)
post_bookmark = '#' + bookmark_from_id(in_reply_to)
post_link = '/users/' + nickname + '?convthread=' + \