client-api: Use Raw for knock_state.events

This commit is contained in:
Jonas Platte 2022-02-12 01:07:57 +01:00
parent c5c90a50d5
commit d107e04096
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -289,7 +289,7 @@ pub struct KnockedRoom {
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)] #[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
pub struct KnockState { pub struct KnockState {
/// The list of events. /// The list of events.
pub events: Vec<AnyStrippedStateEvent>, pub events: Vec<Raw<AnyStrippedStateEvent>>,
} }
/// Unread notifications count. /// Unread notifications count.