Fix accidentally-private field
This commit is contained in:
parent
3a3ccabbf2
commit
6d93ec1d1a
@ -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
|
||||
|
@ -16,7 +16,7 @@ ruma_api! {
|
||||
request {}
|
||||
|
||||
response {
|
||||
devices: Vec<Device>,
|
||||
pub devices: Vec<Device>,
|
||||
}
|
||||
|
||||
error: crate::Error
|
||||
|
Loading…
x
Reference in New Issue
Block a user