URL is opened as entered
The 禄 at the End of the Channelname in the Group view is appended to the URL (www.google.com would become www.google.com禄
Win10
Version of Telegram Desktop:
TDesktop 0.10.16alpha
"in the Group view" where do you see the links being clickable in the group name?
When you change the group name, there's a message <<xyz changed the groupname to new name http://www.google.com>>
It is clickable there.
I've tried, I see the service message "... changed group name to 芦test super https://google.com禄", but I can't click on https://google.com there. Tried "... changed group name to 芦test super www.google.com禄" also -- can't click as well.
Wow, GitHub takes that symbol to the link as well :D
Yea ... Github doesn't know any better... ;) But seeing that TDesktop is setting that service message up, it should be able to tell that the closing quotes aren't part of the link? (sent you a screenshot of the clickable Link via TG)
@T3rminat0r Well, currently links parsing is applied to the resulting string and it is parsed as it should be (like here on github), looks like that quote is a valid character for a link. It can be changed to parsing links specifically in the new title text and then forcing those links in the final message text, but it is a big change to the current logic.
It is easier and more consistent with mobile apps to disable links parsing in the service messages at all.
Hey there!
We're automatically closing this issue since there was no activity in this issue since 381 days ago. We therefore assume that the user has lost interest or resolved the problem on their own. Closed issues that remain inactive for a long period may get automatically locked.
Don't worry though; if this is in error, let us know with a comment and we'll be happy to reopen the issue.
Thanks!
(Please note that this is an automated comment.)
Most helpful comment
@T3rminat0r Well, currently links parsing is applied to the resulting string and it is parsed as it should be (like here on github), looks like that quote is a valid character for a link. It can be changed to parsing links specifically in the new title text and then forcing those links in the final message text, but it is a big change to the current logic.
It is easier and more consistent with mobile apps to disable links parsing in the service messages at all.