Fix timeline.events type in sync_events response

This commit is contained in:
Jonas Platte 2017-07-17 18:57:22 +02:00
parent 3cbbf10587
commit 46fa6d21a2

View File

@ -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.