mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 03:46:02 -04:00
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
This commit is contained in:
parent
4151111d95
commit
32e54b472a
2 changed files with 3 additions and 1 deletions
|
@ -167,4 +167,4 @@ class BaseHandler(object):
|
|||
ratelimit=False,
|
||||
)
|
||||
except Exception as e:
|
||||
logger.warn("Error kicking guest user: %s" % (e,))
|
||||
logger.exception("Error kicking guest user: %s" % (e,))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue