mirror of https://gitlab.com/bashrc2/epicyon
Always deliver to individual inboxes
parent
f1dd2db4a0
commit
1fb7811d08
3
inbox.py
3
inbox.py
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue