Check for actor

main2
Bob Mottram 2019-09-23 21:15:21 +01:00
parent b8be75c3f4
commit bae658a1d7
1 changed files with 3 additions and 0 deletions

View File

@ -1852,6 +1852,9 @@ def createBoxBase(baseDir: str,boxname: str, \
if boxname=='dm':
if '#Public' in postStr or '/followers' in postStr:
isPost=False
if boxname=='replies':
if boxActor in postStr:
isPost=False
if isPost:
if currPage == pageNumber and postsOnPageCtr <= itemsPerPage: