mirror of https://gitlab.com/bashrc2/epicyon
Missing argument
parent
7a181d344f
commit
48e03a5225
|
@ -2566,7 +2566,7 @@ def postIsMuted(baseDir: str,nickname: str,domain: str, \
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def getPostAttachmentsAsHtml(postJsonObject: {},boxName: str,translate: {}, \
|
def getPostAttachmentsAsHtml(postJsonObject: {},boxName: str,translate: {}, \
|
||||||
isMuted: bool, \
|
isMuted: bool,avatarLink: str, \
|
||||||
replyStr: str,announceStr: str,likeStr: str, \
|
replyStr: str,announceStr: str,likeStr: str, \
|
||||||
bookmarkStr: str,deleteStr: str,muteStr: str) -> (str,str):
|
bookmarkStr: str,deleteStr: str,muteStr: str) -> (str,str):
|
||||||
"""Returns a string representing any attachments
|
"""Returns a string representing any attachments
|
||||||
|
@ -3216,7 +3216,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
|
|
||||||
attachmentStr,galleryStr= \
|
attachmentStr,galleryStr= \
|
||||||
getPostAttachmentsAsHtml(postJsonObject,boxName,translate, \
|
getPostAttachmentsAsHtml(postJsonObject,boxName,translate, \
|
||||||
isMuted, \
|
isMuted,avatarLink, \
|
||||||
replyStr,announceStr,likeStr, \
|
replyStr,announceStr,likeStr, \
|
||||||
bookmarkStr,deleteStr,muteStr)
|
bookmarkStr,deleteStr,muteStr)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue