0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-15 06:43:50 +01:00
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,
})