mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 00:34:47 -04:00
Use flags
This commit is contained in:
parent
7d47cc1305
commit
aa959a6c07
5 changed files with 17 additions and 15 deletions
|
@ -165,6 +165,7 @@ class BaseHandler(object):
|
|||
member_event.room_id,
|
||||
"leave",
|
||||
ratelimit=False,
|
||||
require_consent=False,
|
||||
)
|
||||
except Exception as e:
|
||||
logger.exception("Error kicking guest user: %s" % (e,))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue