diff --git a/matrix_sdk/src/client.rs b/matrix_sdk/src/client.rs index 3f2c8e81..60825070 100644 --- a/matrix_sdk/src/client.rs +++ b/matrix_sdk/src/client.rs @@ -297,6 +297,11 @@ impl ClientConfig { self } + /// Get the [`RequestConfig`] + pub fn get_request_config(&self) -> &RequestConfig { + &self.request_config + } + /// Specify a client to handle sending requests and receiving responses. /// /// Any type that implements the `HttpSend` trait can be used to