diff --git a/lib/src/Store.dart b/lib/src/Store.dart index b6a97f13..005599a4 100644 --- a/lib/src/Store.dart +++ b/lib/src/Store.dart @@ -417,7 +417,7 @@ class Store { [client.userID]); List userList = []; for (int i = 0; i < res.length; i++) - userList.add(User.fromJson(res[i], null)); + userList.add(User.fromJson(res[i], client)); return userList; }