From 283a33715fb7f8d94c3b26eba92d3061fab09c5a Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 29 Jun 2023 08:28:02 +0000 Subject: [PATCH] "kbin" hos now got an own section in the federation statistics --- src/Module/Admin/Federation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Module/Admin/Federation.php b/src/Module/Admin/Federation.php index 517e8cb4a..901176f0a 100644 --- a/src/Module/Admin/Federation.php +++ b/src/Module/Admin/Federation.php @@ -53,6 +53,7 @@ class Federation extends BaseAdmin 'hometown' => ['name' => 'Hometown', 'color' => '#1f70c1'], // Color from the Patreon page 'honk' => ['name' => 'Honk', 'color' => '##0d0d0d'], // Background color from the page 'hubzilla' => ['name' => 'Hubzilla/Red Matrix', 'color' => '#43488a'], // blue from the logo + 'kbin' => ['name' => 'kbin', 'color' => '#61366b'], // Color from their main instance 'lemmy' => ['name' => 'Lemmy', 'color' => '#00c853'], // Green from the page 'mastodon' => ['name' => 'Mastodon', 'color' => '#1a9df9'], // blue from the Mastodon logo 'microblog' => ['name' => 'Microblog', 'color' => '#fdb52b'], // Color from the page