-
-
Notifications
You must be signed in to change notification settings - Fork 677
Not all username request are being set to lowercase #3263
Comments
Which makes sense imo, MX IDs are all lower case. If the LinkedIn Bridge uses the usual Only thing I find confusing is the |
Dendrite should probably just be changed to handle legacy user IDs correctly: https://spec.matrix.org/v1.8/appendices/#historical-user-ids |
That's not about legacy user IDs, which Dendrite handles correctly already. If the bridge is using the "self generated" |
Currently, LinkedIn bridge usernames are case sensitive as they reflect the user IDs that LinkedIn itself uses. I've created beeper/linkedin#65 to change this, but I'm not likely to get around to it anytime soon. |
As mentioned above, not a Dendrite issue. |
Background information
Dendrite version 0.13.4+317b101
Postgres
docker
Description
Using the linkedin bridge service, replicated the issue using curl. Looks like userID are set to lowercase before being saved to DB, however it doesnt look like all request to running toLower on all username inputs.
This call does not work
Same call works in if username in URL is lowercase
The text was updated successfully, but these errors were encountered: