-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Not all username request are being set to lowercase #3263
Comments
This comment was originally posted by @S7evinK at matrix-org/dendrite#3263 (comment). Which makes sense imo, MX IDs are all lower case. If the LinkedIn Bridge uses the usual Only thing I find confusing is the |
This comment was originally posted by @sumnerevans at matrix-org/dendrite#3263 (comment). Dendrite should probably just be changed to handle legacy user IDs correctly: https://spec.matrix.org/v1.8/appendices/#historical-user-ids |
This comment was originally posted by @S7evinK at matrix-org/dendrite#3263 (comment). That's not about legacy user IDs, which Dendrite handles correctly already. If the bridge is using the "self generated" |
This comment was originally posted by @sumnerevans at matrix-org/dendrite#3263 (comment). 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. |
This comment was originally posted by @S7evinK at matrix-org/dendrite#3263 (comment). As mentioned above, not a Dendrite issue. |
This issue was originally created by @raymatos at matrix-org/dendrite#3263.
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: