forked from indymedia/epicyon
Handle stray none
parent
04ca84400e
commit
05703db1a3
2
inbox.py
2
inbox.py
|
@ -346,6 +346,8 @@ def inboxPostRecipientsAdd(baseDir :str,httpPrefix :str,toList :[], \
|
||||||
"""
|
"""
|
||||||
followerRecipients=False
|
followerRecipients=False
|
||||||
for recipient in toList:
|
for recipient in toList:
|
||||||
|
if not recipient:
|
||||||
|
continue
|
||||||
# is this a to a local account?
|
# is this a to a local account?
|
||||||
if domainMatch in recipient:
|
if domainMatch in recipient:
|
||||||
# get the handle for the local account
|
# get the handle for the local account
|
||||||
|
|
Loading…
Reference in New Issue