mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
e01d8fe422
Fixes #14844 The problem was that links to status.app that are not shared links were still considered shared urls, because our util function can only check if it contains `status.app`. The solution is two fold: 1. If there are Link Previews, I ask the link preview for the type of Link. If it's a normal link, I just open it. 2. If there are no Link Preview for that link, we call `parseSharedUrl` as before, but now we handle the failure by opening in the browser because we can assume that it's a normal link.