-
Notifications
You must be signed in to change notification settings - Fork 152
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
Nick with { or } show up "=7B" and "=7D" #749
Comments
This is correct for the user_id, but not for the display name. Can you screenshot it / show me the users member state? |
Duplicate of #498? |
@Mikaela I'm getitng this issue on Freenode (see element-hq/element-web#9771), so it's probably a different issue (given that #498 explicitly mentions that Freenode is not affected). |
This is a bit different. I believe it's because we now escape nicks for the purpose of shoving them in mxids (Matrix forbids a lot of characters, and we've been abusing this for years). My theory is that the displayname of IRC users is being wrongfully set to the localpart of their mxid. |
This is fixed by #750 |
This also seems to affect nicks containing pipe ( |
I've been seeing |
FYI #768 hopes to disable the feature entirely until I have more time to make the whole IRC bridge cooperate with escaping. |
Closing this PR, please use #744 for reporting issues of this type as they seem to all be related. |
Someone with the nick
{hoshi}
on IRC shows up as_ircnet_=7bhoshi=7d
in the room. Everything related to that nick is shown as that.The text was updated successfully, but these errors were encountered: