mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
And reject them
This commit is contained in:
parent
903540fcff
commit
f053c54db6
1 changed files with 2 additions and 0 deletions
|
@ -473,6 +473,7 @@ class FederationHandler(BaseHandler):
|
|||
logger.warn(
|
||||
"Failed to handle auth events because: %s", e
|
||||
)
|
||||
raise
|
||||
|
||||
events.sort(key=lambda e: e.depth)
|
||||
|
||||
|
@ -1417,6 +1418,7 @@ class FederationHandler(BaseHandler):
|
|||
"Failed to auth event: %s because %s",
|
||||
event.event_id, e.msg
|
||||
)
|
||||
raise
|
||||
|
||||
if event.type == EventTypes.GuestAccess:
|
||||
yield self.maybe_kick_guest_users(event)
|
||||
|
|
Loading…
Reference in a new issue