From d108f1f7e6d8d76bf6986b8af64f52e69922fbd6 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 14 Jun 2019 11:06:25 +0000 Subject: [PATCH] Update lib/src/Store.dart --- lib/src/Store.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Store.dart b/lib/src/Store.dart index e3fc5736..1c57ddb9 100644 --- a/lib/src/Store.dart +++ b/lib/src/Store.dart @@ -185,7 +185,7 @@ class Store { if (userUpdate.content["content"] is Map) { final Map directMap = userUpdate.content["content"]; print("Direct Map =========> $directMap"); - directMap.forEach((String key, dynamic value) { + directMap.forEach((String key, dynamic value) async{ print("Handle direct Matrix ID ===========> $key"); if (value is List && value.length > 0) for (int i = 0; i < value.length; i++) {