diff --git a/posts.py b/posts.py index 1cfe04f44..92b53969d 100644 --- a/posts.py +++ b/posts.py @@ -2237,6 +2237,8 @@ def createBoxBase(session,baseDir: str,boxname: str, \ p['replies']={} if p['object'].get('shares'): p['shares']={} + if p['object'].get('bookmarks'): + p['bookmarks']={} # insert it into the box feed if postsOnPageCtr < itemsPerPage: if not headerOnly: