We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if I click the https://chat.mozilla.org/#/room/#devtools:mozilla.org URL and I don't have an account, after signing-in, I'm redirected to https://chat.mozilla.org.
I'd expect to be redirected to the room URL. It would be important for our contributors who are not used to Riot to directly arrive in the right room.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback! I agree this would greatly help with onboarding new people into a specific community.
Sorry, something went wrong.
I guess there's a bit of design challenge, as we currently show the "Riot Bot" user first for a new account to intro bits of Riot.
We would need to somehow also remember the room of interest as well.
We have since removed Riot Bot, so this may now be easier to achieve.
So this issue is actually SSO specific, we don't pass the fragment as SSO callback arg. https://github.com/matrix-org/matrix-react-sdk/blob/7e996cb91c9d6af8bfffd1782b51c6bff75075da/src/BasePlatform.js#L172
t3chguy
Successfully merging a pull request may close this issue.
Description
if I click the https://chat.mozilla.org/#/room/#devtools:mozilla.org URL and I don't have an account, after signing-in, I'm redirected to https://chat.mozilla.org.
I'd expect to be redirected to the room URL. It would be important for our contributors who are not used to Riot to directly arrive in the right room.
Version information
The text was updated successfully, but these errors were encountered: