We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ee137 commit 05b40afCopy full SHA for 05b40af
crates/matrix-sdk/src/client/mod.rs
@@ -1956,7 +1956,8 @@ impl Client {
1956
request_config: Option<RequestConfig>,
1957
) -> HttpResult<get_supported_versions::Response> {
1958
let server_versions = self
1959
- .send_inner(get_supported_versions::Request::new(), request_config, Default::default())
+ .send(get_supported_versions::Request::new())
1960
+ .with_request_config(request_config)
1961
.await?;
1962
1963
Ok(server_versions)
0 commit comments