You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After posting a status message with a link to one of my own Mastodon posts [1], I noticed that the link was not clickable. My Mastodon username contained in the link is the same as my Träwelling username – and it turns out to be clickable with my Träwelling profile as the link target.
My expectation would be that text parts of status messages that can be parsed as valid URLs would be rendered as clickable links and they would be evaluated with higher priority than substrings.
[1] My status message including my clickable username and the unclickable link
Steps to reproduce
Create a status message in your check-in
Insert a URL containing a valid Träwelling username
Browser console logs
No response
Browser
No response
The text was updated successfully, but these errors were encountered:
Only evaluating a mention without non-space characters before and after it could lead in false negatives, for example in comma separated lists (as in „On the way to event XY with @user1, @user2 and @user3“).
Feel free to remove the „bug“ label. It was added automatically after I had to choose between creating an issue or a discussion by the forced templates.
pascalwittler
changed the title
Links in status messages not clickable but coincidentally containing Träwelling usernames clickable
Links in status messages not clickable but coincidentally contained Träwelling usernames clickable
Jun 11, 2024
Describe the bug
After posting a status message with a link to one of my own Mastodon posts [1], I noticed that the link was not clickable. My Mastodon username contained in the link is the same as my Träwelling username – and it turns out to be clickable with my Träwelling profile as the link target.
My expectation would be that text parts of status messages that can be parsed as valid URLs would be rendered as clickable links and they would be evaluated with higher priority than substrings.
[1] My status message including my clickable username and the unclickable link
Steps to reproduce
Browser console logs
No response
Browser
No response
The text was updated successfully, but these errors were encountered: