pub(crate) async fn add_backup_keys_for_session_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงPUT /_matrix/client/r0/room_keys/keys/{roomId}/{sessionId}
Add the received backup key to the database.
- Only manipulating the most recently created version of the backup is allowed
- Adds the keys to the backup
- Returns the new number of keys in this backup and the etag