mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
6ed5eb0615
commit
23efbd6282
|
@ -1043,12 +1043,6 @@ def _getPostTitleHtml(baseDir: str,
|
||||||
"""Returns the title of a post containing names of participants
|
"""Returns the title of a post containing names of participants
|
||||||
x replies to y, x announces y, etc
|
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 \
|
if not isAnnounced and boxName == 'search' and \
|
||||||
postJsonObject.get('object'):
|
postJsonObject.get('object'):
|
||||||
if postJsonObject['object'].get('attributedTo'):
|
if postJsonObject['object'].get('attributedTo'):
|
||||||
|
|
Loading…
Reference in New Issue