-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Some links do not show correctly in messages #13731
Comments
Probably, this is caused due to a limit in the URL length. |
No this can't be due to limit of the URL length, because links work correctly, only thing is that color of the text is not blue for the whole URL and it is not recognized as |
Are you working on this? @fliptrail |
so as RC uses |
Edge case? This happens for me all the time in my day-to-day sending links around. If rocket.chat can't format an amazon link correctly, that's a pretty valid issue. |
Rocket.Chat uses "autolinker": "^1.8.1"... There was a recent push 3 days ago bringing the latest autolinker to 3.0.5. I'll try upgrading autolinker and see if the problem is resolved later tonight. |
Sorry I didn't know it was a common issue. |
Another note: For really long links, we might want to limit the text and append an ellipsis (...) to the end of it. You would still be able to click it, right click copy link, etc., and it would look cleaner than a giant block of text as a link. |
The issue is with autolinker. I opened a ticket there. I'll keep this issue open since it will require an update of the autolinker npm once it is available. Also.. this issue goes away if you disable phone auto linking. |
Description:
Steps to reproduce:
Expected behavior:
Show the link correctly.
Actual behavior:
Server Setup Information:
The text was updated successfully, but these errors were encountered: