0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-20 11:38:20 +02:00

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)