summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-06-13 19:51:47 +0200
committerGitHub <noreply@github.com>2023-06-13 19:51:47 +0200
commit59ec4a0dc1404991935e3c29abe548affa0446bf (patch)
tree697be72326a119dca49794bc7e1f2a1bfed95877 /changelog.d
parentAvoid backfill when we already have messages to return (#15737) (diff)
downloadsynapse-59ec4a0dc1404991935e3c29abe548affa0446bf.tar.xz
Fix MSC3983 support: only one OTK per device was returned through federation (#15770)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15770.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15770.bugfix b/changelog.d/15770.bugfix
new file mode 100644
index 0000000000..a65340d380
--- /dev/null
+++ b/changelog.d/15770.bugfix
@@ -0,0 +1 @@
+Fix requesting multiple keys at once over federation, related to [MSC3983](https://github.com/matrix-org/matrix-spec-proposals/pull/3983).