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

Docs

parent 96fee644
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,8 @@ class FederationServer(FederationBase):
min_depth=min_depth,
)
# We want to sort these by depth so we process them and
# tell clients about them in order.
missing_events.sort(key=lambda x: x.depth)
for e in missing_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