mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Implement session-based account registration API.
This commit is contained in:
committed by
Greyson Parrelli
parent
3de17fa2d0
commit
a47e3900c1
@@ -17,8 +17,7 @@ object KbsAuthTokens : AndroidBackupItem {
|
||||
}
|
||||
|
||||
override fun getDataForBackup(): ByteArray {
|
||||
val registrationRecoveryTokenList = SignalStore.kbsValues().kbsAuthTokenList
|
||||
val proto = KbsAuthToken(tokens = registrationRecoveryTokenList)
|
||||
val proto = KbsAuthToken(tokens = SignalStore.kbsValues().kbsAuthTokenList)
|
||||
return proto.encode()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user