mirror of https://gitlab.com/bashrc2/epicyon
Reply publicly to public posts
parent
52523ad7d9
commit
85a41dbbb1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue