diff options
| author | Erik Johnston <erik@matrix.org> | 2019-02-18 14:08:13 +0000 |
|---|---|---|
| committer | Erik Johnston <erik@matrix.org> | 2019-02-18 14:16:07 +0000 |
| commit | 32e54b472a6c6c12d0b92ac46c8733c300589f19 (patch) | |
| tree | 31fb5317fcd8de1696066e464f39f9cdeb9d5805 | |
| parent | Merge pull request #4657 from matrix-org/travis/linda/spelling (diff) | |
| download | synapse-32e54b472a6c6c12d0b92ac46c8733c300589f19.tar.xz | |
Fix kicking guest users in worker mode
When guest_access changes from allowed to forbidden all local guest users should be kicked from the room. This did not happen when revocation was received from federation on a worker. Presumably broken in #4141
Diffstat (limited to '')
| -rw-r--r-- | synapse/app/federation_reader.py | 2 | ||||
| -rw-r--r-- | synapse/handlers/_base.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/synapse/app/federation_reader.py b/synapse/app/federation_reader.py |
