Actually respond with JSON to incoming transaction

pull/4/merge
Erik Johnston 10 years ago
parent 02bfa889de
commit c82e26ad4b
  1. 2
      synapse/federation/federation_server.py

@ -147,6 +147,8 @@ class FederationServer(FederationBase):
logger.debug("Returning: %s", str(ret))
response = ret
yield self.transaction_actions.set_response(
transaction,
200, response

Loading…
Cancel
Save