Fix accidentally-private field
This commit is contained in:
parent
3a3ccabbf2
commit
6d93ec1d1a
@ -1,5 +1,9 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* Make `r0::device::get_devices::Response::devices` public
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* The `event_id` in the response for the message and state sending endpoints is now required
|
* The `event_id` in the response for the message and state sending endpoints is now required
|
||||||
|
@ -16,7 +16,7 @@ ruma_api! {
|
|||||||
request {}
|
request {}
|
||||||
|
|
||||||
response {
|
response {
|
||||||
devices: Vec<Device>,
|
pub devices: Vec<Device>,
|
||||||
}
|
}
|
||||||
|
|
||||||
error: crate::Error
|
error: crate::Error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user