Reinitialize redux after importing a backup
This commit is contained in:
parent
19e0eb4444
commit
abdef4847a
21 changed files with 437 additions and 264 deletions
|
@ -114,6 +114,10 @@ export class App extends EventEmitter {
|
|||
return this.waitForEvent('app-loaded');
|
||||
}
|
||||
|
||||
public async waitForBackupImportComplete(): Promise<void> {
|
||||
return this.waitForEvent('backupImportComplete');
|
||||
}
|
||||
|
||||
public async waitForMessageSend(): Promise<MessageSendInfoType> {
|
||||
return this.waitForEvent('message:send-complete');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue