Backup: Support for calls
This commit is contained in:
parent
3a631a587f
commit
63e14a7df6
15 changed files with 1047 additions and 116 deletions
|
@ -199,9 +199,7 @@ export async function asymmetricRoundtripHarness(
|
|||
}
|
||||
|
||||
async function clearData() {
|
||||
await DataWriter._removeAllMessages();
|
||||
await DataWriter._removeAllConversations();
|
||||
await DataWriter.removeAllItems();
|
||||
await DataWriter.removeAll();
|
||||
window.storage.reset();
|
||||
window.ConversationController.reset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue