mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 18:13:50 +01:00
Are you happy now
This commit is contained in:
parent
9dd0e34679
commit
ee8ba397e8
1 changed files with 2 additions and 2 deletions
|
@ -585,7 +585,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, backoff_on_404, send_request_args,
|
||||
)
|
||||
|
||||
body = yield _handle_json_response(
|
||||
|
@ -705,7 +705,7 @@ class MatrixFederationHttpClient(object):
|
|||
}
|
||||
|
||||
response = yield self._send_request_with_optional_trailing_slash(
|
||||
request, try_trailing_slash_on_400, False, **send_request_args,
|
||||
request, try_trailing_slash_on_400, False, send_request_args,
|
||||
)
|
||||
|
||||
body = yield _handle_json_response(
|
||||
|
|
Loading…
Reference in a new issue