Skip to content
New issue

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

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

Already on GitHub? # to your account

URL parsing errors #612

Closed
szuperaz opened this issue May 30, 2024 · 3 comments · Fixed by #678
Closed

URL parsing errors #612

szuperaz opened this issue May 30, 2024 · 3 comments · Fixed by #678
Labels

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>

@TobiasHesselinkTopicus
Copy link

TobiasHesselinkTopicus commented Dec 17, 2024

@szuperaz is there any update on this? It's been a while and no fix has been released. It would be very helpful for us to use URL enrichment, but because all URL's has to be prefixed with http(s), this functionality is not usable for now unfortunately.

A fix for this would be very much appreciated.

Thanks in advance.

szuperaz added a commit that referenced this issue Jan 6, 2025
szuperaz added a commit that referenced this issue Jan 6, 2025
github-actions bot pushed a commit that referenced this issue Jan 6, 2025
## [5.11.2](v5.11.1...v5.11.2) (2025-01-06)

### Bug Fixes

* url parsing errors [#612](#612) ([2262a62](2262a62))
Copy link

github-actions bot commented Jan 6, 2025

🎉 This issue has been resolved in version 5.11.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

szuperaz added a commit that referenced this issue Jan 20, 2025
fix: imrpoved url regexp was failing on iOS 16.4 and older #612
github-actions bot pushed a commit that referenced this issue Jan 20, 2025
## [5.12.1](v5.12.0...v5.12.1) (2025-01-20)

### Bug Fixes

* imrpoved url regexp was failing on iOS 16.4 and older [#612](#612) ([7092f18](7092f18))
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants