Link-and-sync
This commit is contained in:
parent
455ff88918
commit
6565daa5c8
25 changed files with 388 additions and 59 deletions
3
ts/CI.ts
3
ts/CI.ts
|
@ -170,6 +170,9 @@ export function getCI({ deviceName }: GetCIOptionsType): CIType {
|
|||
async function uploadBackup() {
|
||||
await backupsService.upload();
|
||||
await AttachmentBackupManager.waitForIdle();
|
||||
|
||||
// Remove the disclaimer from conversation hero for screenshot backup test
|
||||
await window.storage.put('isRestoredFromBackup', true);
|
||||
}
|
||||
|
||||
function unlink() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue