forked from MirrorHub/synapse
Actually respond with JSON to incoming transaction
This commit is contained in:
parent
02bfa889de
commit
c82e26ad4b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue