Showing private repeats

main
Bob Mottram 2020-02-14 17:30:09 +00:00
parent f8370a4e23
commit 8ee60e2fc7
1 changed files with 1 additions and 1 deletions

View File

@ -2252,8 +2252,8 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
if showRepeats: if showRepeats:
if isDM(postJsonObject): if isDM(postJsonObject):
showDMicon=True showDMicon=True
else:
showRepeatIcon=False showRepeatIcon=False
else:
if not isPublicPost(postJsonObject): if not isPublicPost(postJsonObject):
isPublicRepeat=True isPublicRepeat=True