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