Add a slightly more helpful comment

This commit is contained in:
Erik Johnston
2015-01-30 14:37:31 +00:00
parent 2aaedab203
commit 3d7026e709
+2 -1
View File
@@ -296,7 +296,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):