forked from indymedia/epicyon
Showing private repeats
parent
f8370a4e23
commit
8ee60e2fc7
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue