1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-05 17:02:07 +03:00

Remove unused user verification event

This was added with cross-signing work, but nothing actually emits it. Let's
remove it until we find a need.
This commit is contained in:
J. Ryan Stinnett
2019-12-12 12:13:31 +00:00
parent fb3d075da2
commit 880438c5c1

View File

@@ -672,7 +672,6 @@ MatrixClient.prototype.initCrypto = async function() {
"crypto.warning", "crypto.warning",
"crypto.devicesUpdated", "crypto.devicesUpdated",
"deviceVerificationChanged", "deviceVerificationChanged",
"userVerificationChanged",
"crossSigning.keysChanged", "crossSigning.keysChanged",
]); ]);