mirror of https://gitlab.com/bashrc2/epicyon
Missing parameter
parent
067da61632
commit
fb7c633851
|
@ -874,7 +874,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
postJsonObject, actorNickname,
|
postJsonObject, actorNickname,
|
||||||
translate, iconsPath, isEvent)
|
translate, iconsPath, isEvent)
|
||||||
|
|
||||||
announceStr = getAnnounceIconHtml(nickname,
|
announceStr = getAnnounceIconHtml(nickname, domainFull,
|
||||||
postJsonObject,
|
postJsonObject,
|
||||||
isPublicRepeat,
|
isPublicRepeat,
|
||||||
isModerationPost,
|
isModerationPost,
|
||||||
|
@ -1310,6 +1310,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
containerClassIcons = 'containericons dm'
|
containerClassIcons = 'containericons dm'
|
||||||
containerClass = 'container dm'
|
containerClass = 'container dm'
|
||||||
|
|
||||||
|
# add icons to the bottom of the post
|
||||||
if showIcons:
|
if showIcons:
|
||||||
footerStr = '\n <div class="' + containerClassIcons + '">\n'
|
footerStr = '\n <div class="' + containerClassIcons + '">\n'
|
||||||
footerStr += replyStr + announceStr + likeStr + bookmarkStr + \
|
footerStr += replyStr + announceStr + likeStr + bookmarkStr + \
|
||||||
|
|
Loading…
Reference in New Issue