mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-24 08:10:45 +01:00
Ensure message are decrypted in the room list after a clear cache
This commit is contained in:
parent
4302d50af9
commit
4f3734f932
@ -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 🗣:
|
||||
-
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user