Skip to content
Snippets Groups Projects
Commit 3d7026e7 authored by Erik Johnston's avatar Erik Johnston
Browse files

Add a slightly more helpful comment

parent 2aaedab2
No related branches found
No related tags found
No related merge requests found
...@@ -296,7 +296,8 @@ class StateHandler(object): ...@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment