Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2021-03-15 17:04:21 -07:00
commit 52905a3668

View file

@ -461,7 +461,7 @@ def broadcast_task(sender_id, activity, recipients):
for recipient in recipients:
try:
sign_and_send(sender, activity, recipient)
except (HTTPError, SSLError, ConnectionError):
except (HTTPError, SSLError, requests.exceptions.ConnectionError):
pass