summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-11-09 11:45:36 +0000
committerGitHub <noreply@github.com>2021-11-09 11:45:36 +0000
commitaf784644c3380d0a2ea885abbe748fbe69d3a990 (patch)
tree43d1a6898c76e13632a3693e3752268310da3dc2 /changelog.d
parentRequire body for read receipts with user-agent exceptions (#11157) (diff)
downloadsynapse-af784644c3380d0a2ea885abbe748fbe69d3a990.tar.xz
Include cross-signing signatures when syncing remote devices for the first time (#11234)
When fetching remote devices for the first time, we did not correctly include the cross signing keys in the returned results.

c.f. #11159
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11234.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11234.bugfix b/changelog.d/11234.bugfix
new file mode 100644
index 0000000000..c0c02a58f6
--- /dev/null
+++ b/changelog.d/11234.bugfix
@@ -0,0 +1 @@
+Fix long-standing bug where cross signing keys were not included in the response to `/r0/keys/query` the first time a remote user was queried.