This commit is contained in:
Erik Johnston 2016-11-23 11:11:41 +00:00
parent 4c79a63fd7
commit 4d9b5c60f9

View File

@ -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,
})