Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Ensure that federation's .send_edu() returns a Deferred
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul "LeoNerd" Evans committed Aug 19, 2014
1 parent fcdc40a commit 992782b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/federation/replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def send_edu(self, destination, edu_type, content):

# TODO, add errback, etc.
self._transaction_queue.enqueue_edu(edu)
return defer.succeed(None)

@log_function
def make_query(self, destination, query_type, args):
Expand Down

0 comments on commit 992782b

Please sign in to comment.