summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-08 14:15:20 +0000
committerGitHub <noreply@github.com>2021-01-08 14:15:20 +0000
commitfa5f5cbc7453cf87a25fec59e98ad3d0bed3b891 (patch)
tree1f92d9cd98144f1a0ee11107e1171f37cd7adb00 /changelog.d
parentRemove broken and unmaintained 'webserver.py' script (#9039) (diff)
downloadsynapse-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.bugfix1
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.