Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Registration fallback does not return device_id #4756

Closed
manuroe opened this issue Feb 27, 2019 · 1 comment
Closed

Registration fallback does not return device_id #4756

manuroe opened this issue Feb 27, 2019 · 1 comment
Labels
z-bug (Deprecated Label) z-p2 (Deprecated Label)

Comments

@manuroe
Copy link
Contributor

manuroe commented Feb 27, 2019

which may prevent crypto from working on clients that register with this way.

The issue is at:

matrixRegistration.onRegistered(
response.home_server, response.user_id, response.access_token
);

The login fallback does not have this issue because it returns the raw CS API response:

matrixLogin.onLogin(response);

@richvdh
Copy link
Member

richvdh commented Apr 5, 2023

This is the least of registration fallback's problems (#7676)

@richvdh richvdh closed this as completed Apr 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
z-bug (Deprecated Label) z-p2 (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

3 participants