status-desktop/ui/imports
Jonathan Rainville e01d8fe422
fix(links): open status links in the browser when not shared urls (#14845)
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.
2024-05-21 14:14:38 -04:00
..
Themes feat(desktop@communities): change kicked/banned member behavior (#13706) 2024-02-27 12:55:56 +01:00
assets feat: Update app icons 2024-05-20 13:38:04 +03:00
shared fix(links): open status links in the browser when not shared urls (#14845) 2024-05-21 14:14:38 -04:00
utils fix(ProfileDescriptionPanel): Profile settings -> Identity : Addition of validation to bio field (#14772) 2024-05-21 00:13:55 +03:00