diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-09 13:01:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 13:01:42 +0100 |
commit | 53ee214f2f2ec3519ee37fe7cbcd0961e83678af (patch) | |
tree | cc85e8e9db9da4f357a9b2a23af9457b29f86c1b /changelog.d | |
parent | Improve stacktraces from exceptions in background processes (#7808) (diff) | |
download | synapse-53ee214f2f2ec3519ee37fe7cbcd0961e83678af.tar.xz |
`update_membership` declaration: now always returns an event id. (#7809)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7809.bugfix | 1 |
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. |