Properly persist registrationId in regV5.

This commit is contained in:
Greyson Parrelli
2026-07-07 10:11:00 -04:00
parent c638af6671
commit 958236467f
@@ -238,6 +238,9 @@ class AppRegistrationStorageController(private val context: Context) : StorageCo
}
}.build()
SignalStore.account.registrationId = data.aciRegistrationId
SignalStore.account.pniRegistrationId = data.pniRegistrationId
// TODO [greyson] Should probably move this stuff into this file as we get closer to being done
RegistrationRepository.registerAccountLocally(context, metadata)
SignalStore.registration.localRegistrationMetadata = metadata