Skip to content
Snippets Groups Projects
Commit c82e26ad authored by Erik Johnston's avatar Erik Johnston
Browse files

Actually respond with JSON to incoming transaction

parent 02bfa889
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,8 @@ class FederationServer(FederationBase):
logger.debug("Returning: %s", str(ret))
response = ret
yield self.transaction_actions.set_response(
transaction,
200, response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment