Closed richvdh closed 11 months ago
Sorry Rich, I think I've gone and introduced conflicts with #16565 and #16570. Mercifully it doesn't look too bad to resolve though!
I decided to handle this on the client side in the end (https://github.com/matrix-org/matrix-rust-sdk/pull/2805)
MSC4072 says we should return a result for all requested devices in a
/keys/claim
request. Here's an impl.With some preparatory refactoring and cleanup.