Merge branch 'krille/fix-load-archived-room' into 'main'
fix: Request history in archived rooms Closes #238 See merge request famedly/company/frontend/famedlysdk!905
This commit is contained in:
commit
7e4f27c657
|
|
@ -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