Merge pull request #3912 from matrix-org/bwindels/verifyowndevicechecks

Remove .event property on verification request
This commit is contained in:
Bruno Windels 2020-01-23 17:02:00 +00:00 committed by GitHub
commit ce32c12303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1453,7 +1453,6 @@ export default createReactClass({
if (SettingsStore.isFeatureEnabled("feature_cross_signing")) {
cli.on("crypto.verification.request", request => {
console.log(`MatrixChat got a .request ${request.channel.transactionId}`, request.event.getRoomId());
if (request.pending) {
ToastStore.sharedInstance().addOrReplaceToast({
key: 'verifreq_' + request.channel.transactionId,