From fb7c6338513479f5f949e7abe59fbdc4d14bf63b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 30 Nov 2020 18:13:12 +0000 Subject: [PATCH] Missing parameter --- webapp_post.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp_post.py b/webapp_post.py index 0a8079bb7..b2bf36d30 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -873,8 +873,8 @@ def individualPostAsHtml(allowDownloads: bool, editStr = getEditIconHtml(baseDir, nickname, domainFull, postJsonObject, actorNickname, translate, iconsPath, isEvent) - - announceStr = getAnnounceIconHtml(nickname, + + announceStr = getAnnounceIconHtml(nickname, domainFull, postJsonObject, isPublicRepeat, isModerationPost, @@ -1310,6 +1310,7 @@ def individualPostAsHtml(allowDownloads: bool, containerClassIcons = 'containericons dm' containerClass = 'container dm' + # add icons to the bottom of the post if showIcons: footerStr = '\n
\n' footerStr += replyStr + announceStr + likeStr + bookmarkStr + \