0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-31 23:44:57 +02:00
synapse/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.