mirror of https://gitlab.com/bashrc2/epicyon
Don't show bookmarks to unauthorized users
parent
2d5eafa533
commit
1d06970320
2
posts.py
2
posts.py
|
@ -2237,6 +2237,8 @@ def createBoxBase(session,baseDir: str,boxname: str, \
|
||||||
p['replies']={}
|
p['replies']={}
|
||||||
if p['object'].get('shares'):
|
if p['object'].get('shares'):
|
||||||
p['shares']={}
|
p['shares']={}
|
||||||
|
if p['object'].get('bookmarks'):
|
||||||
|
p['bookmarks']={}
|
||||||
# insert it into the box feed
|
# insert it into the box feed
|
||||||
if postsOnPageCtr < itemsPerPage:
|
if postsOnPageCtr < itemsPerPage:
|
||||||
if not headerOnly:
|
if not headerOnly:
|
||||||
|
|
Loading…
Reference in New Issue