From ffb76dcde9be2c2da19776d2d6aa4fb51c57fd8c Mon Sep 17 00:00:00 2001 From: Marco Endrizzi <me00531@surrey.ac.uk> Date: Mon, 5 Apr 2021 12:00:01 -0700 Subject: [PATCH] Added friends to data-structure --- src/static/data-structure.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/static/data-structure.json b/src/static/data-structure.json index c546a31..6f52463 100644 --- a/src/static/data-structure.json +++ b/src/static/data-structure.json @@ -66,5 +66,16 @@ } } } + }, + "friends": { + "9HsxN1tMHNOfmQV3E16LNfcFTdc2": { + "friendList": { + "Oqk3C1ownieYIm8K0KgFqRXhKs53": true, + "l7TY1PJocphLufQb3zN1tfRJYsy1": true + }, + "pending": { + "oVHXZPeYRbQPfKTCmH4LWJtmaeH2": true + } + } } } \ No newline at end of file -- GitLab