diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-02-04 12:03:54 -0500 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-02-05 10:54:49 +0000 |
commit | 60d06724268891ad3b1e9dc6fe7cd080f9ba21b7 (patch) | |
tree | d9ab334821e673530356b8f3c044eea6ffe17d02 /changelog.d | |
parent | Fix detecting unknown devices from remote encrypted events. (#6848) (diff) | |
download | synapse-60d06724268891ad3b1e9dc6fe7cd080f9ba21b7.tar.xz |
Merge pull request #6844 from matrix-org/uhoreg/cross_signing_fix_device_fed
add device signatures to device key query results
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6844.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6844.bugfix b/changelog.d/6844.bugfix new file mode 100644 index 0000000000..e84aa1029f --- /dev/null +++ b/changelog.d/6844.bugfix @@ -0,0 +1 @@ +Fix an issue with cross-signing where device signatures were not sent to remote servers. |