From 56648a6e30e4715e7bb16d275b24b6d7ffacea4d Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Tue, 28 Jan 2020 00:46:16 -0800 Subject: [PATCH] remove date, we have git --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index b8a69eebe..ebb899812 100644 --- a/js/background.js +++ b/js/background.js @@ -644,7 +644,7 @@ Whisper.events.on('registration_done', async () => { window.log.info('handling registration event'); - // Disable link previews as default per Kee 20/01/28 + // Disable link previews as default per Kee storage.onready(async () => { storage.put('linkPreviews', false); });