Redact more events

This commit is contained in:
2025-11-21 09:35:21 +01:00
parent 24f06a78a9
commit 751e3b8654
4 changed files with 94 additions and 8 deletions

View File

@@ -167,6 +167,9 @@ impl MatrixClient {
.encryption()
.wait_for_e2ee_initialization_tasks()
.await;
// Save stored session once
client.save_stored_session().await?;
}
// Automatically save session when token gets refreshed