1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

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
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",