diff --git a/src/util/Injected.js b/src/util/Injected.js index 6ff31f3..68dbcc3 100644 --- a/src/util/Injected.js +++ b/src/util/Injected.js @@ -81,9 +81,9 @@ exports.LoadUtils = () => { const link = window.Store.Validators.findLink(content); if (link) { const preview = await window.Store.Wap.queryLinkPreview(link.url); - if (!preview.status) { - options = { ...options, ...preview}; - } + preview.preview = true; + preview.subtype = 'url'; + options = { ...options, ...preview }; } }