Adjust comment
This commit is contained in:
parent
64b86108d0
commit
230de44071
1 changed files with 1 additions and 0 deletions
|
@ -1309,6 +1309,7 @@ export default React.createClass({
|
||||||
});
|
});
|
||||||
|
|
||||||
// XXX: This will do a HTTP request for each Event.decrypted event
|
// XXX: This will do a HTTP request for each Event.decrypted event
|
||||||
|
// if the decryption was a failure
|
||||||
cli.on("Event.decrypted", (e) => {
|
cli.on("Event.decrypted", (e) => {
|
||||||
if (e.isDecryptionFailure()) {
|
if (e.isDecryptionFailure()) {
|
||||||
Analytics.trackEvent('E2E', 'Decryption failure');
|
Analytics.trackEvent('E2E', 'Decryption failure');
|
||||||
|
|
Loading…
Reference in a new issue