mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-25 01:30:27 -04:00
Add a slightly more helpful comment
This commit is contained in:
parent
2aaedab203
commit
3d7026e709
1 changed files with 2 additions and 1 deletions
|
@ -296,7 +296,8 @@ class StateHandler(object):
|
||||||
except AuthError:
|
except AuthError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Oh dear.
|
# Use the last event (the one with the least depth) if they all fail
|
||||||
|
# the auth check.
|
||||||
return event
|
return event
|
||||||
|
|
||||||
def _ordered_events(self, events):
|
def _ordered_events(self, events):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue