Fix timeline.events type in sync_events response
This commit is contained in:
parent
3cbbf10587
commit
46fa6d21a2
@ -319,7 +319,7 @@ pub mod sync_events {
|
|||||||
/// `/rooms/{roomId}/messages` endpoint.
|
/// `/rooms/{roomId}/messages` endpoint.
|
||||||
pub prev_batch: String,
|
pub prev_batch: String,
|
||||||
/// A list of events.
|
/// A list of events.
|
||||||
pub events: Vec<all::StateEvent>,
|
pub events: Vec<all::RoomEvent>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// State events in the room.
|
/// State events in the room.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user