diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-08 14:15:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 14:15:20 +0000 |
commit | fa5f5cbc7453cf87a25fec59e98ad3d0bed3b891 (patch) | |
tree | 1f92d9cd98144f1a0ee11107e1171f37cd7adb00 /changelog.d | |
parent | Remove broken and unmaintained 'webserver.py' script (#9039) (diff) | |
download | synapse-fa5f5cbc7453cf87a25fec59e98ad3d0bed3b891.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9051.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9051.bugfix b/changelog.d/9051.bugfix new file mode 100644 index 0000000000..272be9d7a3 --- /dev/null +++ b/changelog.d/9051.bugfix @@ -0,0 +1 @@ +Fix error handling during insertion of client IPs into the database. |