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
Nicknames from IRC(?) get incorrectly escaped for certain special characters.
Steps to reproduce
Enter #freenode_#bottest:matrix.org
Post a GitHub link, like https://github.com/vector-im/riot-web/issues/7134, wait for the bot to respond with the issue title
Notice the wrong bot nickname :)
Original on IRC:
[10:56] <joepie91[m]> sphalerite: https://github.com/vector-im/riot-web/issues/7134 :)
[10:56] <{^_^}> vector-im/riot-web#7134 (by turt2live, 41 weeks ago, open): Pills for users with backticks get converted to code when complimented with another backtick
Bot nickname display in Riot (desktop):
As you can see, some sort of encoding happens in the process, and turns the { into =7b, and the } into =7d. This should be displayed as {^_^} instead of =7b^_^=7d.
I don't know whether this is a bug in the IRC bridge or in Riot.
Log: not sent
Version information
Platform: desktop
OS: NixOS 18.09, Riot desktop installed from unstable nixpkgs channel
Description
Nicknames from IRC(?) get incorrectly escaped for certain special characters.
Steps to reproduce
#freenode_#bottest:matrix.org
https://github.com/vector-im/riot-web/issues/7134
, wait for the bot to respond with the issue titleOriginal on IRC:
Bot nickname display in Riot (desktop):
As you can see, some sort of encoding happens in the process, and turns the
{
into=7b
, and the}
into=7d
. This should be displayed as{^_^}
instead of=7b^_^=7d
.I don't know whether this is a bug in the IRC bridge or in Riot.
Log: not sent
Version information
Platform: desktop
OS: NixOS 18.09, Riot desktop installed from unstable nixpkgs channel
Version: matrix-react-sdk version: / riot-web version: 1.0.8 / olm version: 3.0.0
The text was updated successfully, but these errors were encountered: