main
Bob Mottram 2021-07-21 22:28:36 +01:00
parent 6ed5eb0615
commit 23efbd6282
1 changed files with 0 additions and 6 deletions

View File

@ -1043,12 +1043,6 @@ def _getPostTitleHtml(baseDir: str,
"""Returns the title of a post containing names of participants
x replies to y, x announces y, etc
"""
# titleStr = ''
# replyAvatarImageInPost = ''
# if not showRepeatIcon:
# return (titleStr, replyAvatarImageInPost,
# containerClassIcons, containerClass)
if not isAnnounced and boxName == 'search' and \
postJsonObject.get('object'):
if postJsonObject['object'].get('attributedTo'):