mirror of https://github.com/vector-im/riot-web
Use undocumented piwik cmd to disable heartbeattimer
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
cf4ae681f4
commit
a897da7504
|
@ -92,6 +92,7 @@ class Analytics {
|
|||
*/
|
||||
disable() {
|
||||
this.trackEvent('Analytics', 'opt-out');
|
||||
this._paq.push(['disableHeartBeatTimer']);
|
||||
this.disabled = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue