forked from indymedia/epicyon
Down arrow
parent
3e3354008f
commit
5be69f22f4
|
@ -1029,7 +1029,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
# if the post has replies then append a symbol to indicate this
|
||||
if postJsonObject.get('hasReplies'):
|
||||
if postJsonObject['hasReplies'] is True:
|
||||
publishedStr += '►'
|
||||
publishedStr += '🢃'
|
||||
|
||||
# benchmark 15
|
||||
if not allowDownloads:
|
||||
|
|
Loading…
Reference in New Issue