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
I'm using a matrix twitter bridge which regularly posts URLs into a room.
The URLs are surrounded by <...>, but cinny thinks the closing > is part of the link.
See attached screenshot, where the closing > is also colored in blue.
To Reproduce
Steps to reproduce the behavior:
Go to any room.
Post a link surrounded with <>, e.g.: <https://example.com>
The link is now invalid (and cinny also appends a ; at its end)
Expected behavior
> should not get detected as part of the URL, so that when you click on the URL, you land on the actual target.
Screenshots
Desktop (please complete the following information):
OS: Linux
Browser: Firefox 96.0
Version: Cinny 1.6.1
Additional context
I also checked the behavior of Element, and there > is not part of the link.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using a matrix twitter bridge which regularly posts URLs into a room.
The URLs are surrounded by
<...>
, but cinny thinks the closing>
is part of the link.See attached screenshot, where the closing
>
is also colored in blue.To Reproduce
Steps to reproduce the behavior:
<>
, e.g.:<https://example.com>
;
at its end)Expected behavior
>
should not get detected as part of the URL, so that when you click on the URL, you land on the actual target.Screenshots
Desktop (please complete the following information):
Additional context
I also checked the behavior of Element, and there
>
is not part of the link.The text was updated successfully, but these errors were encountered: