diff --git a/posts.py b/posts.py index eaf15d5f2..613bdccf2 100644 --- a/posts.py +++ b/posts.py @@ -1852,7 +1852,7 @@ def createBoxBase(baseDir: str,boxname: str, \ if boxname=='dm': if '#Public' in postStr or '/followers' in postStr: isPost=False - if boxname=='replies': + elif boxname=='replies': if boxActor not in postStr: isPost=False