Fix backup import flow in linking UI

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2024-08-21 16:20:28 -05:00
committed by GitHub
parent 20599a3e91
commit bcd64fc059

View File

@@ -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]));
}
}