client-api: Use Raw for knock_state.events
This commit is contained in:
parent
c5c90a50d5
commit
d107e04096
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user