From e5e71c4577b17eb983e5c18ec0fcff4e8b63a1a3 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 27 May 2020 15:39:34 -0700 Subject: [PATCH] move window.LokiPublicChatAPI.setClockParams() out --- js/background.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/background.js b/js/background.js index d5b0d682f..cbddde7d3 100644 --- a/js/background.js +++ b/js/background.js @@ -124,9 +124,6 @@ 'loki/session_icon_128.png', ]); - // Set server-client time difference - window.LokiPublicChatAPI.setClockParams(); - // We add this to window here because the default Node context is erased at the end // of preload.js processing window.setImmediate = window.nodeSetImmediate;