|
|
|
@ -335,6 +335,10 @@ pub(crate) async fn client_with_stored_session( |
|
|
|
|
|
|
|
|
|
|
|
client.restore_session(session_data).await?; |
|
|
|
client.restore_session(session_data).await?; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if let Err(error) = client.event_cache().enable_storage() { |
|
|
|
|
|
|
|
error!("Could not enable event cache storage: {error}"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Ok(client) |
|
|
|
Ok(client) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|