synapse-product/changelog.d/9051.bugfix
Erik Johnston fa5f5cbc74
Fix error handling during insertion of client IPs (#9051)
You can't continue using a transaction once an exception has been
raised, so catching and dropping the error here is pointless and just
causes more errors.
2021-01-08 14:15:20 +00:00

2 lines
69 B
Plaintext

Fix error handling during insertion of client IPs into the database.