diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-04-20 11:58:35 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-04-20 11:58:35 +0100 |
commit | 7dd06332a948003a8e026248e9fd6e532c1d40de (patch) | |
tree | 6aa4ddad3672984342fa3e79604dac6247e9b940 | |
parent | Remove extraneous key_id and verify_key (diff) | |
download | synapse-7dd06332a948003a8e026248e9fd6e532c1d40de.tar.xz |
Update changelog
-rw-r--r-- | changelog.d/7289.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/7289.bugfix b/changelog.d/7289.bugfix index 5b4fbd77ac..1568e1569b 100644 --- a/changelog.d/7289.bugfix +++ b/changelog.d/7289.bugfix @@ -1 +1 @@ -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. +Fix a bug with cross-signing devices of users on other homeservers while in worker mode. \ No newline at end of file |