Reset recipient cache after a backup restore.
This commit is contained in:
parent
fbb72448bf
commit
8b7dcd51ae
1 changed files with 3 additions and 0 deletions
|
@ -456,6 +456,9 @@ object BackupRepository {
|
|||
}
|
||||
}
|
||||
|
||||
AppDependencies.recipientCache.clear()
|
||||
AppDependencies.recipientCache.warmUp()
|
||||
|
||||
Log.d(TAG, "import() ${eventTimer.stop().summary}")
|
||||
|
||||
val groupJobs = SignalDatabase.groups.getGroups().use { groups ->
|
||||
|
|
Loading…
Add table
Reference in a new issue