mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 22:22:15 +00:00
Sync the MediaRootBackupKey during linking.
This commit is contained in:
@@ -156,7 +156,8 @@ object LinkDeviceRepository {
|
||||
profileKey = ProfileKeyUtil.getSelfProfileKey(),
|
||||
masterKey = SignalStore.svr.masterKey,
|
||||
code = verificationCodeResult.verificationCode,
|
||||
ephemeralMessageBackupKey = ephemeralMessageBackupKey
|
||||
ephemeralMessageBackupKey = ephemeralMessageBackupKey,
|
||||
mediaRootBackupKey = SignalStore.backup.mediaRootBackupKey
|
||||
)
|
||||
|
||||
return when (deviceLinkResult) {
|
||||
|
||||
Reference in New Issue
Block a user