mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 18:52:39 +01:00
chore: Follow up sdk update fix
This commit is contained in:
parent
5f0b5784c1
commit
9e55f6a4d3
@ -529,7 +529,7 @@ class ChatListController extends State<ChatList> with TickerProviderStateMixin {
|
|||||||
final client = Matrix.of(context).client;
|
final client = Matrix.of(context).client;
|
||||||
await client.roomsLoading;
|
await client.roomsLoading;
|
||||||
await client.accountDataLoading;
|
await client.accountDataLoading;
|
||||||
if (client.onSync.value == null) {
|
if (client.prevBatch == null) {
|
||||||
await client.onSync.stream.first;
|
await client.onSync.stream.first;
|
||||||
}
|
}
|
||||||
// Load space members to display DM rooms
|
// Load space members to display DM rooms
|
||||||
|
Loading…
Reference in New Issue
Block a user