mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 03:28:34 +00:00
Add a slightly more helpful comment
This commit is contained in:
+2
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user