diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-13 19:51:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 19:51:47 +0200 |
commit | 59ec4a0dc1404991935e3c29abe548affa0446bf (patch) | |
tree | 697be72326a119dca49794bc7e1f2a1bfed95877 /changelog.d | |
parent | Avoid backfill when we already have messages to return (#15737) (diff) | |
download | synapse-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.bugfix | 1 |
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). |