0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-28 20:48:58 +02:00
This commit is contained in:
Erik Johnston 2015-03-05 16:35:16 +00:00
parent 96fee64421
commit 9708f49abf

View file

@ -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: