From 3d258262de35c2554ac0dc60a6854965d3ffda0d Mon Sep 17 00:00:00 2001 From: lostinlight Date: Wed, 16 Jun 2021 20:53:10 +0300 Subject: [PATCH] Update numbers: add Plume, Lemmy and Mobilizon --- source/_data/numbers.json | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/source/_data/numbers.json b/source/_data/numbers.json index caa0b01..757ef2e 100644 --- a/source/_data/numbers.json +++ b/source/_data/numbers.json @@ -2,7 +2,7 @@ { "list": { - "lastUpdate": "04/06/21", + "lastUpdate": "16/06/21", "diaspora": { "population": "756.278", @@ -75,11 +75,29 @@ "activeUsers": "5.998", "podsNum": "325" }, + "plume": + { + "population": "11.757", + "activeUsers": "", + "podsNum": "58" + }, + "mobilizon": + { + "population": "4.610", + "activeUsers": "", + "podsNum": "71" + }, + "lemmy": + { + "population": "31.291", + "activeUsers": "2.747", + "podsNum": "27" + }, "fediverse": { - "population": "3.870.476", - "activeUsers": "1.100.673", - "podsNum": "7.021" + "population": "3.918.134", + "activeUsers": "1.103.420", + "podsNum": "7.177" } } }