0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-12 07:58:39 +02:00
dendrite/clientapi/auth/storage
Andrew Morgan 78032b3f4c
Correctly create new device when device_id is passed to /login (#753)
Fixes https://github.com/matrix-org/dendrite/issues/401

Currently when passing a `device_id` parameter to `/login`, which is [supposed](https://matrix.org/docs/spec/client_server/unstable#post-matrix-client-r0-login) to return a device with that ID set, it instead just generates a random `device_id` and hands that back to you.

The code was already there to do this correctly, it looks like it had just been broken during some change. Hopefully sytest will prevent this from becoming broken again.
2019-07-22 15:05:38 +01:00
..
accounts Fix pipeline, emoji and syntax (#713) 2019-06-19 14:05:03 +01:00
devices Correctly create new device when device_id is passed to /login (#753) 2019-07-22 15:05:38 +01:00