Always deliver to individual inboxes

merge-requests/6/head
Bob Mottram 2019-11-23 21:18:35 +00:00
parent f1dd2db4a0
commit 1fb7811d08
1 changed files with 2 additions and 1 deletions

View File

@ -2124,7 +2124,8 @@ def runInboxQueue(projectVersion: str, \
# were specifically addresses to particular accounts
noOfFollowItems=len(recipientsDictFollowers.items())
if noOfFollowItems>0:
if noOfFollowItems<5:
# always deliver to individual inboxes
if noOfFollowItems<999999:
if debug:
print('DEBUG: moving '+str(noOfFollowItems)+ \
' inbox posts addressed to followers')