summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-08-20 16:42:12 +0100
committerGitHub <noreply@github.com>2020-08-20 16:42:12 +0100
commit318f4e738e66a1376a8db25c217a090384083f2d (patch)
tree48a403f199c129a05d264b0cd7b77b17fe097918 /changelog.d
parentImprove the error code when trying to register using a name reserved for gues... (diff)
downloadsynapse-318f4e738e66a1376a8db25c217a090384083f2d.tar.xz
Be more tolerant of membership events in unknown rooms (#8110)
It turns out that not all out-of-band membership events are labelled as such,
so we need to be more accepting here.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8110.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8110.bugfix b/changelog.d/8110.bugfix
new file mode 100644
index 0000000000..5269a232e1
--- /dev/null
+++ b/changelog.d/8110.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.12.0 which could cause `/sync` requests to fail with a 404 if you had a very old outstanding room invite.