mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-23 03:06:21 +00:00
Fix backup import flow in linking UI
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -1330,7 +1330,7 @@ export default class AccountManager extends EventTarget {
|
||||
]);
|
||||
|
||||
if (backupFile !== undefined) {
|
||||
await backupsService.importBackup(() => Readable.from(backupFile));
|
||||
await backupsService.importBackup(() => Readable.from([backupFile]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user