Skip to content

Commit ba05dd5

Browse files
committed
feat(RequestConfig): expose force_auth setting
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 009ead2 commit ba05dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/config/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl RequestConfig {
104104

105105
/// Force sending authorization even if the endpoint does not require it.
106106
/// Default is only sending authorization if it is required.
107-
pub(crate) fn force_auth(mut self) -> Self {
107+
pub fn force_auth(mut self) -> Self {
108108
self.force_auth = true;
109109
self
110110
}

0 commit comments

Comments
 (0)