Merge pull request #479 from pangeachat/optimizations

replace setting of room id in choreographer
This commit is contained in:
ggurdin 2024-07-17 10:11:08 -04:00 committed by GitHub
commit d81f1996e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -327,6 +327,7 @@ class ChatController extends State<ChatPageWithRoom>
);
}
await Matrix.of(context).client.roomsLoading;
choreographer.setRoomId(roomId);
});
// Pangea#
_tryLoadTimeline();