summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-20 17:55:39 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-20 17:55:39 +0100
commit461f01ad43d7d572da626f637ddeb018cad9fcbb (patch)
tree9a33f6d1009213b8965b4340fc11d55c0d6fb6d5 /changelog.d
parentMerge branch 'release-v1.12.4' into develop (diff)
parentRevert "Query missing cross-signing keys on local sig upload" (diff)
downloadsynapse-461f01ad43d7d572da626f637ddeb018cad9fcbb.tar.xz
Merge branch 'release-v1.12.4' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7289.bugfix1
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.