diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-04-20 17:42:27 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-04-20 17:42:27 +0100 |
commit | a46ff43319b55af68ef5858353481b2190c5bb61 (patch) | |
tree | 5815f1e7078b3336e24d400ffefac6ff08a8e9b0 /changelog.d | |
parent | Fix indention in generated config file (#7300) (diff) | |
parent | Always send the user updates to their own device list (#7160) (diff) | |
download | synapse-a46ff43319b55af68ef5858353481b2190c5bb61.tar.xz |
Merge branch 'release-v1.12.4' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7289.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7289.bugfix b/changelog.d/7289.bugfix new file mode 100644 index 0000000000..5b4fbd77ac --- /dev/null +++ b/changelog.d/7289.bugfix @@ -0,0 +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. |