Disable link previews as default per Kee on signup

pull/721/head
Ryan Tharp 5 years ago committed by GitHub
parent 82e1f53f66
commit 419dd09c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save