Add missing yield
This commit is contained in:
parent
4c131b2c78
commit
92527d7b21
|
@ -664,7 +664,7 @@ class FederationClient(FederationBase):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def send_request(destination):
|
||||
content = self._do_send_join(destination, pdu)
|
||||
content = yield self._do_send_join(destination, pdu)
|
||||
|
||||
logger.debug("Got content: %s", content)
|
||||
|
||||
|
|
Loading…
Reference in New Issue