Use shared inbox for replies timeline

main2
Bob Mottram 2019-09-24 22:41:48 +01:00
parent 5155c1f05e
commit a117b21009
1 changed files with 1 additions and 1 deletions

View File

@ -1714,7 +1714,7 @@ def createBoxBase(baseDir: str,boxname: str, \
# extract DMs or replies from the inbox
boxDir = createPersonDir(nickname,domain,baseDir,'inbox')
sharedBoxDir=None
if boxname=='inbox':
if boxname=='inbox' or boxname=='tlreplies':
sharedBoxDir = createPersonDir('inbox',domain,baseDir,boxname)
if port: