diff --git a/posts.py b/posts.py index ffeb868a1..4384b32f2 100644 --- a/posts.py +++ b/posts.py @@ -1966,6 +1966,9 @@ def createBoxBase(session,baseDir: str,boxname: str, \ ocapAlways: bool,pageNumber=None) -> {}: """Constructs the box feed for a person with the given nickname """ + if not authorized: + pageNumber=1 + if boxname!='inbox' and boxname!='dm' and \ boxname!='tlreplies' and boxname!='tlmedia' and boxname!='outbox': return None