mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Ensure that federation's .send_edu() returns a Deferred
This commit is contained in:
parent
fcdc40a5dd
commit
992782b9f5
@ -158,6 +158,7 @@ class ReplicationLayer(object):
|
||||
|
||||
# TODO, add errback, etc.
|
||||
self._transaction_queue.enqueue_edu(edu)
|
||||
return defer.succeed(None)
|
||||
|
||||
@log_function
|
||||
def make_query(self, destination, query_type, args):
|
||||
|
Loading…
Reference in New Issue
Block a user