-
Notifications
You must be signed in to change notification settings - Fork 498
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
matrix.to and iOS permalinks mismatch #7572
Comments
The value seems to be actually handled by the Matrix iOS SDK here: https://github.com/matrix-org/matrix-ios-sdk/blob/43cf8b34b5978c0180626db6ad978f6c3b9ca822/MatrixSDK/Utils/MXTools.m#L666 |
@Velin92 thanks for your help. It's really surprising Matrix iOS SDK adds /user to links by design, it affects "Invite Friends" option for all iOS devices, no matter which matrix.to intance is used. |
No problem! Can I close the issue? Or you want to actually report a specific issue regarding this permalink? |
As it's caused by Matrix SDK, I reported the issue there. Closing it |
Steps to reproduce
Outcome
What did you expect?
matrix.to generates permalink in the following format: https://matrix.to/#/@name:domain.example
I expected the iOS app to use the same format for it's Invite links generator.
What happened instead?
No matter if I specify the default matrix.to or a custom instance in the iOS build settings, the app adds an extra part to the link, so its https://matrix.to/#**/user/**@name:domain.example
I'm not getting how can I change the generated link for the iOS build to remove this unneeded /user entry.
Would appreciate an advice.
Your phone model
No response
Operating system version
No response
Application version
No response
Homeserver
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered: