fix: Request history in archived rooms
We have just forgotten to set the prevBatch token in the room object.
This commit is contained in:
parent
ffb4540172
commit
27c03b4fad
|
|
@ -775,6 +775,7 @@ class Client extends MatrixApi {
|
|||
leftRoom,
|
||||
));
|
||||
});
|
||||
leftRoom.prev_batch = room.timeline?.prevBatch;
|
||||
room.state?.forEach((event) {
|
||||
leftRoom.setState(Event.fromMatrixEvent(
|
||||
event,
|
||||
|
|
|
|||
Loading…
Reference in New Issue