Failures to send messages prematurely quits the notification loop #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a user has disconnected the app from discord, we are no longer able to send them direct messages. If we get a failure to send a message to a user, we should not exit the loop but instead we should remove the user from the DB, then move on to the next person to notify
Fixed in
c5bb53c0e7