Reply publicly to public posts

main
Bob Mottram 2021-12-06 16:53:21 +00:00
parent 52523ad7d9
commit 85a41dbbb1
1 changed files with 4 additions and 1 deletions

View File

@ -1630,8 +1630,11 @@ def individualPostAsHtml(signingPrivateKeyPem: str,
if postJsonObject['object']['conversation']:
conversationId = postJsonObject['object']['conversation']
publicReply = False
if isPublicPost(postJsonObject):
publicReply = True
replyStr = _getReplyIconHtml(baseDir, nickname, domain,
isPublicRepeat,
publicReply,
showIcons, commentsEnabled,
postJsonObject, pageNumberParam,
translate, systemLanguage,