mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Fix incorrect call to DFT
This commit is contained in:
parent
f22f2d7bd6
commit
7489d7d531
1 changed files with 1 additions and 1 deletions
|
@ -1313,7 +1313,7 @@ export default React.createClass({
|
|||
// TODO: Pass reason for failure as third argument to trackEvent
|
||||
Analytics.trackEvent('E2E', 'Decryption failure');
|
||||
});
|
||||
dft.loadEventTrackedPreviously();
|
||||
dft.loadTrackedEventHashMap();
|
||||
|
||||
const stopDft = dft.start();
|
||||
|
||||
|
|
Loading…
Reference in a new issue