mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
78032b3f4c
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. |
||
---|---|---|
.. | ||
account_data.go | ||
createroom.go | ||
device.go | ||
directory.go | ||
filter.go | ||
joinroom.go | ||
login.go | ||
logout.go | ||
membership.go | ||
memberships.go | ||
profile.go | ||
register_test.go | ||
register.go | ||
routing.go | ||
sendevent.go | ||
sendtyping.go | ||
threepid.go | ||
voip.go | ||
whoami.go |