Replies check

main2
Bob Mottram 2019-09-23 22:14:34 +01:00
parent 06086d9b6f
commit 526f69c8b9
1 changed files with 1 additions and 1 deletions

View File

@ -1706,7 +1706,7 @@ def createBoxBase(baseDir: str,boxname: str, \
ocapAlways: bool,pageNumber=None) -> {}:
"""Constructs the box feed for a person with the given nickname
"""
if boxname!='inbox' and boxname!='dm' and boxname!='outbox':
if boxname!='inbox' and boxname!='dm' and boxname!='tlreplies' and boxname!='outbox':
return None
if boxname!='dm' and boxname!='tlreplies':
boxDir = createPersonDir(nickname,domain,baseDir,boxname)