Actually respond with JSON to incoming transaction

This commit is contained in:
Erik Johnston 2015-02-17 13:24:13 +00:00
parent 02bfa889de
commit c82e26ad4b

View File

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