From 419dd09c03f239c203aec014ca255c6769f9ca7d Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Tue, 28 Jan 2020 00:07:38 -0800 Subject: [PATCH] Disable link previews as default per Kee on signup --- js/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/background.js b/js/background.js index 9cf1d0dc7..b8a69eebe 100644 --- a/js/background.js +++ b/js/background.js @@ -644,9 +644,9 @@ Whisper.events.on('registration_done', async () => { window.log.info('handling registration event'); - // Enable link previews as default + // Disable link previews as default per Kee 20/01/28 storage.onready(async () => { - storage.put('linkPreviews', true); + storage.put('linkPreviews', false); }); // listeners