diff options
author | Erik Johnston <erikj@element.io> | 2024-05-29 11:16:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 11:16:00 +0100 |
commit | 94ef2f4f5d60f6e73fdfb96c8816f3af83f65eb8 (patch) | |
tree | 18168e73c2a12c2eff454cbe13ac4854c70da3d6 /changelog.d | |
parent | Fix slipped logging context when media rejected (#17239) (diff) | |
download | synapse-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.bugfix | 1 |
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. |