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
It would make sense to batch this at an appropriate batch size.
n.b. I don't know whether this should be done by making getMissingSessions() return multiple requests, or splitting the requests in KeyClaimManager. Presumably this behaviour might be of concern for the matrix-rust-sdk too.
The text was updated successfully, but these errors were encountered:
Currently the rust crypto will do a single key claim request irrespective of the number of users and devices requested:
matrix-js-sdk/src/rust-crypto/KeyClaimManager.ts
Lines 79 to 83 in a6fb753
It would make sense to batch this at an appropriate batch size.
n.b. I don't know whether this should be done by making
getMissingSessions()
return multiple requests, or splitting the requests in KeyClaimManager. Presumably this behaviour might be of concern for the matrix-rust-sdk too.The text was updated successfully, but these errors were encountered: