mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 05:45:54 -05: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…
x
Reference in New Issue
Block a user