mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
Update lib/utils/sqflite_store.dart
This commit is contained in:
parent
f466f579a1
commit
6ea462a741
@ -413,6 +413,7 @@ class Store extends StoreAPI {
|
||||
states: getStatesFromRoomId(res[i]["room_id"]),
|
||||
roomAccountData: getAccountDataFromRoomId(res[i]["room_id"]),
|
||||
);
|
||||
roomList.add(room);
|
||||
}
|
||||
return roomList;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user