mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
Rewrap comment
This commit is contained in:
committed by
Jonas Platte
parent
e9c19c2110
commit
8a7da622d8
@@ -78,8 +78,7 @@ where
|
||||
if let Err(refresh_error) = client.refresh_access_token().await {
|
||||
match &refresh_error {
|
||||
HttpError::RefreshToken(RefreshTokenError::RefreshTokenRequired) => {
|
||||
// Refreshing access tokens is not supported
|
||||
// by
|
||||
// Refreshing access tokens is not supported by
|
||||
// this `Session`, ignore.
|
||||
}
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user