Ensure message are decrypted in the room list after a clear cache

This commit is contained in:
Benoit Marty 2021-03-15 16:53:19 +01:00
parent 4302d50af9
commit 4f3734f932
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Improvements 🙌:
- Do not load room members in e2e after init sync
Bugfix 🐛:
-
- Ensure message are decrypted in the room list after a clear cache
Translations 🗣:
-

View file

@ -131,8 +131,8 @@ internal class RoomSummaryUpdater @Inject constructor(
// mmm i want to decrypt now or is it ok to do it async?
tryOrNull {
eventDecryptor.decryptEvent(root.asDomain(), "")
// eventDecryptor.decryptEventAsync(root.asDomain(), "", NoOpMatrixCallback())
}
?.let { root.setDecryptionResult(it) }
}
if (updateMembers) {