Skip to content

Commit 81b730d

Browse files
committed
Merge branch 'request-config-expose-force_auth'
2 parents 6170be9 + ba05dd5 commit 81b730d

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
@@ -110,7 +110,7 @@ impl RequestConfig {
110110
/// Force sending authorization even if the endpoint does not require it.
111111
/// Default is only sending authorization if it is required.
112112
#[must_use]
113-
pub(crate) fn force_auth(mut self) -> Self {
113+
pub fn force_auth(mut self) -> Self {
114114
self.force_auth = true;
115115
self
116116
}

0 commit comments

Comments
 (0)