Actually respond with JSON to incoming transaction

pull/77/head
Erik Johnston 2015-02-17 13:24:13 +00:00
parent 02bfa889de
commit c82e26ad4b
1 changed files with 2 additions and 0 deletions

View File

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