mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-21 04:31:05 -05:00
Actually respond with JSON to incoming transaction
This commit is contained in:
parent
02bfa889de
commit
c82e26ad4b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user