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-07-09 12:48:15 +0100
committerGitHub <noreply@github.com>2020-07-09 12:48:15 +0100
commit08c5181a8dfcc3977c422797b876bcfddf75ab4f (patch)
tree277f6b03d95f762a964c4900f330df30705c3b17 /changelog.d
parentPass original request headers from workers to the main process. (#7797) (diff)
downloadsynapse-08c5181a8dfcc3977c422797b876bcfddf75ab4f.tar.xz
Fix `can only concatenate list (not "tuple") to list` exception (#7810)
It seems auth_events can be either a list or a tuple, depending on Things.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7810.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7810.bugfix b/changelog.d/7810.bugfix
new file mode 100644
index 0000000000..2772eeb0db
--- /dev/null
+++ b/changelog.d/7810.bugfix
@@ -0,0 +1 @@
+Fix 'stuck invites' which happen when we are unable to reject a room invite received over federation.