mirror of https://gitlab.com/bashrc2/epicyon
Use shared inbox for replies timeline
parent
5155c1f05e
commit
a117b21009
2
posts.py
2
posts.py
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue