mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Include username link entropy in backups.
This commit is contained in:
committed by
Cody Henthorne
parent
47cd1b568f
commit
c73e80f8d9
@@ -111,6 +111,7 @@ class AccountValues internal constructor(store: KeyValueStore) : SignalStoreValu
|
|||||||
KEY_PNI_IDENTITY_PUBLIC_KEY,
|
KEY_PNI_IDENTITY_PUBLIC_KEY,
|
||||||
KEY_PNI_IDENTITY_PRIVATE_KEY,
|
KEY_PNI_IDENTITY_PRIVATE_KEY,
|
||||||
KEY_USERNAME,
|
KEY_USERNAME,
|
||||||
|
KEY_USERNAME_LINK_ENTROPY,
|
||||||
KEY_USERNAME_LINK_SERVER_ID
|
KEY_USERNAME_LINK_SERVER_ID
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user