diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-02-04 12:03:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 12:03:54 -0500 |
commit | 74bf3fdbb98ab8654a90bfd72a0b067ea7413f8f (patch) | |
tree | 15f395ffa138ff83a7af9d13aafd41b68a716a81 /changelog.d | |
parent | Update CONTRIBUTING.md about merging PRs. (#6846) (diff) | |
parent | add changelog (diff) | |
download | synapse-74bf3fdbb98ab8654a90bfd72a0b067ea7413f8f.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. |