Add missing yield

This commit is contained in:
Brendan Abolivier 2019-11-11 16:20:53 +00:00
parent 4c131b2c78
commit 92527d7b21
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD

View File

@ -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)