summary refs log tree commit diff
path: root/changelog.d/15539.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check appservices for devices during a /user/devices query. (#15539)Patrick Cloke2023-05-051-0/+1
MSC3984 proxies /keys/query requests to appservices, but servers will can also requests devices / keys from the /user/devices endpoint. The formats are close enough that we can "proxy" that /user/devices to appservices (by calling /keys/query) and then change the format of the returned data before returning it over federation.