get_subscribed_presences::Response::presence_events should be public
This commit is contained in:
parent
d042f63146
commit
07e079bb8d
@ -127,7 +127,7 @@ pub mod get_subscribed_presences {
|
||||
response {
|
||||
/// A list of presence events for every user on this list.
|
||||
#[ruma_api(body)]
|
||||
presence_events: Vec<PresenceEvent>,
|
||||
pub presence_events: Vec<PresenceEvent>,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user