1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Emit when count of sessions to backup changes

This will be used in the React SDK to display upload progress when there are
many sessions to upload.
This commit is contained in:
J. Ryan Stinnett
2019-01-09 09:40:31 -06:00
parent 14b42abfa4
commit 0cbced43bd
6 changed files with 50 additions and 4 deletions

View File

@@ -448,6 +448,7 @@ MatrixClient.prototype.initCrypto = async function() {
this.reEmitter.reEmit(crypto, [
"crypto.keyBackupFailed",
"crypto.keyBackupSessionsRemaining",
"crypto.roomKeyRequest",
"crypto.roomKeyRequestCancellation",
"crypto.warning",