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

Comment

parent 4c79a63f
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,9 @@ class FederationSenderHandler(object):
stream_id = yield self.store.get_federation_out_pos("federation")
defer.returnValue({
"federation": stream_id,
# Ack stuff we've "processed", this should only be called from
# one process.
"federation_ack": stream_id,
})
......
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