mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Merge branch 'new_state_resolution' of github.com:matrix-org/synapse into rejections
This commit is contained in:
commit
c2f9768740
@ -295,7 +295,7 @@ class StateHandler(object):
|
||||
# get around circular deps.
|
||||
self.hs.get_auth().check(event, auth_events)
|
||||
return event
|
||||
except AuthError as e:
|
||||
except AuthError:
|
||||
pass
|
||||
|
||||
# Oh dear.
|
||||
|
Loading…
Reference in New Issue
Block a user