mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 11:54:56 -04:00
Comment
This commit is contained in:
parent
4c79a63fd7
commit
4d9b5c60f9
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue