Fix accidentally-private field

This commit is contained in:
Jonas Platte 2020-05-21 23:29:44 +02:00
parent 3a3ccabbf2
commit 6d93ec1d1a
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# [unreleased]
Bug fixes:
* Make `r0::device::get_devices::Response::devices` public
Breaking changes:
* The `event_id` in the response for the message and state sending endpoints is now required

View File

@ -16,7 +16,7 @@ ruma_api! {
request {}
response {
devices: Vec<Device>,
pub devices: Vec<Device>,
}
error: crate::Error