forked from indymedia/epicyon
Distinuguish between dm and followers only
parent
80c16e39b0
commit
7e21639ede
|
@ -2249,9 +2249,11 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
|||
showRepeatIcon=showRepeats
|
||||
showDMicon=False
|
||||
if showRepeats:
|
||||
if not isPublicPost(postJsonObject):
|
||||
showRepeatIcon=False
|
||||
if isDM(postJsonObject):
|
||||
showDMicon=True
|
||||
else:
|
||||
if not isPublicPost(postJsonObject):
|
||||
showRepeatIcon=False
|
||||
|
||||
titleStr=''
|
||||
galleryStr=''
|
||||
|
|
Loading…
Reference in New Issue