Pass backup info here too

This commit is contained in:
David Baker
2019-02-07 15:51:51 +00:00
parent 9bafed2c26
commit 1a425af3f2
+1
View File
@@ -460,6 +460,7 @@ describe("MegolmBackup", function() {
};
return client.restoreKeyBackupWithRecoveryKey(
"EsTc LW2K PGiF wKEA 3As5 g5c4 BXwk qeeJ ZJV8 Q9fu gUMN UE4d",
null, null, BACKUP_INFO,
).then(() => {
return megolmDecryption.decryptEvent(ENCRYPTED_EVENT);
}).then((res) => {