get_subscribed_presences::Response::presence_events should be public

This commit is contained in:
Jonas Herzig 2018-09-08 13:25:16 +02:00
parent d042f63146
commit 07e079bb8d

View File

@ -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>,
}
}
}