mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 20:44:50 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into rejections
Conflicts: synapse/storage/schema/im.sql
This commit is contained in:
commit
1bd540ef79
19 changed files with 1166 additions and 25 deletions
|
@ -312,7 +312,8 @@ class StateHandler(object):
|
|||
except AuthError:
|
||||
pass
|
||||
|
||||
# Oh dear.
|
||||
# Use the last event (the one with the least depth) if they all fail
|
||||
# the auth check.
|
||||
return event
|
||||
|
||||
def _ordered_events(self, events):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue