0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-15 22:42:23 +01:00

i should have given up

This commit is contained in:
Andrew Morgan 2019-03-13 20:03:10 +00:00
parent 26f8e2d099
commit 8d16ffaf7a

View file

@ -707,7 +707,7 @@ class MatrixFederationHttpClient(object):
}
response = yield self._send_request_with_optional_trailing_slash(
request, try_trailing_slash_on_400, backoff_on_404, send_request_args,
request, try_trailing_slash_on_400, False, send_request_args,
)
body = yield _handle_json_response(