Remove redundant call to setCrypto (#12738)

Since matrix-org/matrix-js-sdk#4292, this thing is a no-op.
This commit is contained in:
Richard van der Hoff 2024-07-08 11:57:54 +01:00 committed by GitHub
parent 2a26afe438
commit b2a89151e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View file

@ -120,7 +120,6 @@ module.exports = {
"!matrix-js-sdk/src/extensible_events_v1/InvalidEventError",
"!matrix-js-sdk/src/crypto",
"!matrix-js-sdk/src/crypto/aes",
"!matrix-js-sdk/src/crypto/crypto",
"!matrix-js-sdk/src/crypto/keybackup",
"!matrix-js-sdk/src/crypto/deviceinfo",
"!matrix-js-sdk/src/crypto/key_passphrase",