diff options
author | Erik Johnston <erikj@jki.re> | 2019-02-18 15:55:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 15:55:48 +0000 |
commit | c30f73c86abe682af9001370f3f86f3693afcec4 (patch) | |
tree | 6346611f61b9536994fc638c8e1c16812eb475ea /changelog.d | |
parent | Merge pull request #4643 from matrix-org/erikj/catch_exceptions (diff) | |
parent | Newsfile (diff) | |
download | synapse-c30f73c86abe682af9001370f3f86f3693afcec4.tar.xz |
Merge pull request #4667 from matrix-org/erikj/fix_revoke_guest_access_workers
Fix kicking guest users in worker mode
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4667.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4667.bugfix b/changelog.d/4667.bugfix new file mode 100644 index 0000000000..33ad00c137 --- /dev/null +++ b/changelog.d/4667.bugfix @@ -0,0 +1 @@ +Fix kicking guest users on guest access revocation in worker mode. |