Function fractal::utils::matrix::client_with_stored_session
source ยท pub async fn client_with_stored_session(
session: StoredSession,
) -> Result<Client, ClientSetupError>
Expand description
Create a Client
with the given stored session.