mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 14:35:20 -04:00
Currently, we can't pass the response to a `SigningKeysUploadRequest` into `mark_request_sent`, which apparently we should be able to do. So, we need to make `SigningKeysUploadRequest` have a `type` like the other `OutgoingRequest`s, and add support for `SigningKeysUploadResponse` to `OwnedResponse`.