Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL parsing errors #612

Open
szuperaz opened this issue May 30, 2024 · 1 comment
Open

URL parsing errors #612

szuperaz opened this issue May 30, 2024 · 1 comment

Comments

@szuperaz
Copy link
Contributor

The following URL formats are not parsed correctly:

  • google.com -> not clickable
  • www.google.com -> clickable, but navigates to the wrong URL
@TobiasHesselinkTopicus
Copy link

Some additional information:

  • google.com and www.google.com
    Channel message html property does not include an <a href..../> element while there is a URL.
    For example: <p> Some text message with a URL inside it, like google.com </p>
  • https://google.com
    Channel message html property does include an <a href..../> element while there is a URL.
    For example: <p> Some text message with a URL inside it, like <a href="https://google.com"/> </p>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants