diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-04-20 17:54:35 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-04-20 17:54:35 +0100 |
commit | d41c8f6d4ddc647b91eb17ee7d410b039101e442 (patch) | |
tree | b0ca7fad6b451d6763a1889175601064acc4e6ae /changelog.d | |
parent | Always send the user updates to their own device list (#7160) (diff) | |
download | synapse-d41c8f6d4ddc647b91eb17ee7d410b039101e442.tar.xz |
Revert "Query missing cross-signing keys on local sig upload"
This was incorrectly merged to the release branch before it was ready. This reverts commit 72fe2affb6ac86d433b80b6452da57052365aa26.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7289.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/7289.bugfix b/changelog.d/7289.bugfix deleted file mode 100644 index 5b4fbd77ac..0000000000 --- a/changelog.d/7289.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix an edge-case where it was not possible to cross-sign a user which did not share a room with any user on your homeserver. The bug only affected Synapse deployments in worker mode. |