summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-13 20:03:10 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-13 20:03:10 +0000
commit8d16ffaf7a1ab9ae17e59b2d80b82aa65294bf95 (patch)
tree3c5206608996e466be2df8017d44ad58b203c354
parentthere comes a time when you should give up. but you dont (diff)
downloadsynapse-8d16ffaf7a1ab9ae17e59b2d80b82aa65294bf95.tar.xz
i should have given up
-rw-r--r--synapse/http/matrixfederationclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py

index 269cf21488..8ad28d1e21 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py
@@ -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(