summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-29 11:16:00 +0100
committerGitHub <noreply@github.com>2024-05-29 11:16:00 +0100
commit94ef2f4f5d60f6e73fdfb96c8816f3af83f65eb8 (patch)
tree18168e73c2a12c2eff454cbe13ac4854c70da3d6 /changelog.d
parentFix slipped logging context when media rejected (#17239) (diff)
downloadsynapse-94ef2f4f5d60f6e73fdfb96c8816f3af83f65eb8.tar.xz
Handle duplicate OTK uploads racing (#17241)
Currently this causes one of then to 500.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17241.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17241.bugfix b/changelog.d/17241.bugfix
new file mode 100644
index 0000000000..1b7f0bca94
--- /dev/null
+++ b/changelog.d/17241.bugfix
@@ -0,0 +1 @@
+Fix handling of duplicate concurrent uploading of device one-time-keys.