always set limited true on left timeline events in sync (for now)
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
80f9536d21
commit
ac0545f773
1 changed files with 2 additions and 2 deletions
|
@ -546,9 +546,9 @@ async fn handle_left_room(
|
|||
events: Vec::new(),
|
||||
},
|
||||
timeline: Timeline {
|
||||
limited: false,
|
||||
limited: true, // TODO: support left timeline events so we dont need to set this to true
|
||||
prev_batch: Some(next_batch_string.to_owned()),
|
||||
events: Vec::new(),
|
||||
events: Vec::new(), // and so we dont need to set this to empty vec
|
||||
},
|
||||
state: RoomState {
|
||||
events: left_state_events,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue