forked from indymedia/epicyon
else
parent
7bc44d10d3
commit
5179a87198
2
posts.py
2
posts.py
|
@ -1852,7 +1852,7 @@ def createBoxBase(baseDir: str,boxname: str, \
|
||||||
if boxname=='dm':
|
if boxname=='dm':
|
||||||
if '#Public' in postStr or '/followers' in postStr:
|
if '#Public' in postStr or '/followers' in postStr:
|
||||||
isPost=False
|
isPost=False
|
||||||
if boxname=='replies':
|
elif boxname=='replies':
|
||||||
if boxActor not in postStr:
|
if boxActor not in postStr:
|
||||||
isPost=False
|
isPost=False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue