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 13:01:42 +0100
committerGitHub <noreply@github.com>2020-07-09 13:01:42 +0100
commit53ee214f2f2ec3519ee37fe7cbcd0961e83678af (patch)
treecc85e8e9db9da4f357a9b2a23af9457b29f86c1b /changelog.d
parentImprove stacktraces from exceptions in background processes (#7808) (diff)
downloadsynapse-53ee214f2f2ec3519ee37fe7cbcd0961e83678af.tar.xz
`update_membership` declaration: now always returns an event id. (#7809)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7809.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7809.bugfix b/changelog.d/7809.bugfix
new file mode 100644
index 0000000000..2772eeb0db
--- /dev/null
+++ b/changelog.d/7809.bugfix
@@ -0,0 +1 @@
+Fix 'stuck invites' which happen when we are unable to reject a room invite received over federation.