Sync the MediaRootBackupKey during linking.

This commit is contained in:
Greyson Parrelli
2024-11-19 15:39:39 -05:00
parent cc87da13db
commit 00e749834f
2 changed files with 5 additions and 1 deletions

View File

@@ -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) {