Skip to content
Snippets Groups Projects
Commit 9ba2bf15 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Merge pull request #878 from matrix-org/erikj/ujson

Disable responding with canonical json for federation
parents 1c1f633b 120c2387
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class TransportLayerServer(JsonResource):
self.hs = hs
self.clock = hs.get_clock()
super(TransportLayerServer, self).__init__(hs)
super(TransportLayerServer, self).__init__(hs, canonical_json=False)
self.authenticator = Authenticator(hs)
self.ratelimiter = FederationRateLimiter(
......
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