mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-07 15:18:58 +01:00
Merge branch 'new_state_resolution' of github.com:matrix-org/synapse into rejections
This commit is contained in:
commit
c2f9768740
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue