You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
The stream_id stuff is to allow servers to be subscribed to users' device updates. This works by servers sending any update to devices to other servers who have users which share a room with the device's user. This allows remote servers to get live updates about device changes (which is important for e2e) without constantly having to query the local server. This API basically allows remote servers to "resync", i.e. get the list of all the user's devices.
APwhitehat
changed the title
[federation] Implement user devices api
[federation] Implement stream_id for users' device updates
Jun 26, 2018
After #498 we have basic get user_devices in place.
GET /_matrix/federation/v1/query/user_devices/{user_id}
Expected Response:
We still don't implement
stream_id
.Figure out how to do this.
The text was updated successfully, but these errors were encountered: