chore: Update SDK

This commit is contained in:
Christian Pauly 2022-07-09 10:18:53 +02:00
commit 153e333693
8 changed files with 29 additions and 32 deletions

View file

@ -528,8 +528,8 @@ class ChatListController extends State<ChatList> with TickerProviderStateMixin {
final client = Matrix.of(context).client;
await client.roomsLoading;
await client.accountDataLoading;
if (client.prevBatch?.isEmpty ?? true) {
await client.onFirstSync.stream.first;
if (client.onSync.value == null) {
await client.onSync.stream.first;
}
// Load space members to display DM rooms
final spaceId = activeSpaceId;