chore: Update SDK
This commit is contained in:
parent
f1ebc81cf6
commit
153e333693
8 changed files with 29 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue