mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 21:19:23 -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))
|
||||
|
||||
response = ret
|
||||
|
||||
yield self.transaction_actions.set_response(
|
||||
transaction,
|
||||
200, response
|
||||
|
Loading…
Reference in New Issue
Block a user