Convert StorageServiceValues to kotlin.

This commit is contained in:
Greyson Parrelli
2024-11-13 09:44:07 -05:00
parent 5930a8133a
commit 2ebf668db4
13 changed files with 71 additions and 92 deletions

View File

@@ -27,7 +27,7 @@ internal class StorageFixLocalUnknownMigrationJob(
@Suppress("UsePropertyAccessSyntax")
override fun performMigration() {
val localStorageIds = SignalStore.storageService.getManifest().storageIds.toSet()
val localStorageIds = SignalStore.storageService.manifest.storageIds.toSet()
val unknownLocalIds = SignalDatabase.unknownStorageIds.getAllUnknownIds().toSet()
val danglingLocalUnknownIds = unknownLocalIds - localStorageIds