Browse Source

Revert "utils: Do not enable event cache storage"

This reverts commit 37fc796c9c.
af/unable-to-decryt-styling
Kévin Commaille 12 months ago committed by Kévin Commaille
parent
commit
8a78a7a3bf
  1. 4
      src/utils/matrix/mod.rs

4
src/utils/matrix/mod.rs

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

Loading…
Cancel
Save