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

Emit user trust via the client

This commit is contained in:
J. Ryan Stinnett
2019-12-12 15:41:56 +00:00
parent f31f88ce31
commit f2c5b2bd49

View File

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