mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Allow importing a backup as part of quickstart.
This commit is contained in:
committed by
Alex Hart
parent
ee73b0e229
commit
9cefe0bc04
@@ -58,7 +58,8 @@ object QuickstartCredentialExporter {
|
||||
registrationId = SignalStore.account.registrationId,
|
||||
pniRegistrationId = SignalStore.account.pniRegistrationId,
|
||||
profileGivenName = profileName.givenName,
|
||||
profileFamilyName = profileName.familyName
|
||||
profileFamilyName = profileName.familyName,
|
||||
accountEntropyPool = SignalStore.account.accountEntropyPool.value
|
||||
)
|
||||
|
||||
val outputDir = context.getExternalFilesDir(null) ?: error("No external files directory")
|
||||
|
||||
@@ -28,5 +28,6 @@ data class QuickstartCredentials(
|
||||
val registrationId: Int,
|
||||
val pniRegistrationId: Int,
|
||||
val profileGivenName: String,
|
||||
val profileFamilyName: String
|
||||
val profileFamilyName: String,
|
||||
val accountEntropyPool: String? = null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user