Skip to content

resolveLinkWithUrl and short branded link #764

@huextrat

Description

@huextrat

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

  1. https://clicks.x.com/f/123456 -> resolveLinkWithUrl("https://clicks.x.com/f/123456", ["clicks.x.com"], () => {})
  2. fallback url is resolved as deeplink by resolveLinkWithUrl

Expected behavior

  1. https://clicks.x.com/f/123456 -> resolveLinkWithUrl("https://clicks.x.com/f/123456", ["clicks.x.com"], () => {})
  2. https://x.go.link/123
  3. https://x.go.link/app/search -> resolved by resolveLinkWithUrl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions