mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
80545e279a
commit
4f8580dcce
2
posts.py
2
posts.py
|
@ -3086,7 +3086,7 @@ def _createBoxIndexed(recentPostsCache: {},
|
|||
# created by individualPostAsHtml
|
||||
p['hasReplies'] = hasReplies
|
||||
|
||||
# Don't show likes, replies or shares (announces) to
|
||||
# Don't show likes, replies, DMs or shares (announces) to
|
||||
# unauthorized viewers
|
||||
if not authorized:
|
||||
if p.get('object'):
|
||||
|
|
Loading…
Reference in New Issue