forked from indymedia/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
|
# extract DMs or replies from the inbox
|
||||||
boxDir = createPersonDir(nickname,domain,baseDir,'inbox')
|
boxDir = createPersonDir(nickname,domain,baseDir,'inbox')
|
||||||
sharedBoxDir=None
|
sharedBoxDir=None
|
||||||
if boxname=='inbox':
|
if boxname=='inbox' or boxname=='tlreplies':
|
||||||
sharedBoxDir = createPersonDir('inbox',domain,baseDir,boxname)
|
sharedBoxDir = createPersonDir('inbox',domain,baseDir,boxname)
|
||||||
|
|
||||||
if port:
|
if port:
|
||||||
|
|
Loading…
Reference in New Issue