You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Persist tracked event ID hash using localStorage
This commit is contained in:
@@ -1313,6 +1313,7 @@ export default React.createClass({
|
||||
// TODO: Pass reason for failure as third argument to trackEvent
|
||||
Analytics.trackEvent('E2E', 'Decryption failure');
|
||||
});
|
||||
dft.loadEventTrackedPreviously();
|
||||
|
||||
const stopDft = dft.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user