diff --git a/lib/src/client.dart b/lib/src/client.dart index 3616a8ef..b503458f 100644 --- a/lib/src/client.dart +++ b/lib/src/client.dart @@ -1615,7 +1615,7 @@ sort order of ${prevState.sortOrder}. This should never happen...'''); .removeWhere((String userId, v) => !trackedUserIds.contains(userId)); // Check if there are outdated device key lists. Add it to the set. - final outdatedLists = {}; + final outdatedLists = >{}; for (final userId in trackedUserIds) { if (!userDeviceKeys.containsKey(userId)) { _userDeviceKeys[userId] = DeviceKeysList(userId, this);