Reset recipient cache after a backup restore.

This commit is contained in:
Greyson Parrelli 2024-10-02 22:03:02 -04:00
parent fbb72448bf
commit 8b7dcd51ae

View file

@ -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 ->