From 3eb2e12f20cbb4f7000d28c3e4fefbdcb8d3ab74 Mon Sep 17 00:00:00 2001 From: Marco Endrizzi <me00531@surrey.ac.uk> Date: Tue, 6 Apr 2021 13:18:27 -0700 Subject: [PATCH] Moved online status to new object --- src/static/data-structure.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/static/data-structure.json b/src/static/data-structure.json index 6f52463..c977f66 100644 --- a/src/static/data-structure.json +++ b/src/static/data-structure.json @@ -7,8 +7,7 @@ "phone": null, "dob": null, "gender": null, - "description": null, - "online": false + "description": null }, "Oqk3C1ownieYIm8K0KgFqRXhKs53": { "name": "Scientific Pig", @@ -17,8 +16,7 @@ "phone": null, "dob": null, "gender": null, - "description": null, - "online": false + "description": null }, "l7TY1PJocphLufQb3zN1tfRJYsy1": { "name": "how is this working lmao", @@ -27,8 +25,7 @@ "phone": null, "dob": null, "gender": null, - "description": null, - "online": false + "description": null }, "oVHXZPeYRbQPfKTCmH4LWJtmaeH2": { "name": "Eric Sauce", @@ -37,8 +34,7 @@ "phone": null, "dob": null, "gender": null, - "description": null, - "online": false + "description": null } }, "chats": { @@ -77,5 +73,11 @@ "oVHXZPeYRbQPfKTCmH4LWJtmaeH2": true } } + }, + "state": { + "9HsxN1tMHNOfmQV3E16LNfcFTdc2": false, + "Oqk3C1ownieYIm8K0KgFqRXhKs53": false, + "l7TY1PJocphLufQb3zN1tfRJYsy1": false, + "oVHXZPeYRbQPfKTCmH4LWJtmaeH2": false } } \ No newline at end of file -- GitLab