mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 20:47:32 +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
|
- Do not load room members in e2e after init sync
|
||||||
|
|
||||||
Bugfix 🐛:
|
Bugfix 🐛:
|
||||||
-
|
- Ensure message are decrypted in the room list after a clear cache
|
||||||
|
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
-
|
-
|
||||||
|
@ -131,8 +131,8 @@ internal class RoomSummaryUpdater @Inject constructor(
|
|||||||
// mmm i want to decrypt now or is it ok to do it async?
|
// mmm i want to decrypt now or is it ok to do it async?
|
||||||
tryOrNull {
|
tryOrNull {
|
||||||
eventDecryptor.decryptEvent(root.asDomain(), "")
|
eventDecryptor.decryptEvent(root.asDomain(), "")
|
||||||
// eventDecryptor.decryptEventAsync(root.asDomain(), "", NoOpMatrixCallback())
|
|
||||||
}
|
}
|
||||||
|
?.let { root.setDecryptionResult(it) }
|
||||||
}
|
}
|
||||||
|
|
||||||
if (updateMembers) {
|
if (updateMembers) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user