resolveLinkWithUrl does not resolve with the correct deeplink from short branded link:
I have a marketing campaign with this url https://clicks.x.com/f/123456 this redirect to a short branded link from adjust https://x.go.link/123
Actual behavior
https://clicks.x.com/f/123456 -> resolveLinkWithUrl("https://clicks.x.com/f/123456", ["clicks.x.com"], () => {})
- fallback url is resolved as deeplink by
resolveLinkWithUrl
Expected behavior
https://clicks.x.com/f/123456 -> resolveLinkWithUrl("https://clicks.x.com/f/123456", ["clicks.x.com"], () => {})
https://x.go.link/123
https://x.go.link/app/search -> resolved by resolveLinkWithUrl
resolveLinkWithUrldoes not resolve with the correct deeplink from short branded link:I have a marketing campaign with this url
https://clicks.x.com/f/123456this redirect to a short branded link from adjusthttps://x.go.link/123Actual behavior
https://clicks.x.com/f/123456->resolveLinkWithUrl("https://clicks.x.com/f/123456", ["clicks.x.com"], () => {})resolveLinkWithUrlExpected behavior
https://clicks.x.com/f/123456->resolveLinkWithUrl("https://clicks.x.com/f/123456", ["clicks.x.com"], () => {})https://x.go.link/123https://x.go.link/app/search-> resolved byresolveLinkWithUrl