From 7e405f6b61aff38e860105c6b07f969ac333cac0 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 29 Sep 2024 18:14:14 +0000 Subject: [PATCH] Platform icons assigned for Hometown and Akkoma --- src/Content/ContactSelector.php | 4 ++-- static/dbstructure.config.php | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Content/ContactSelector.php b/src/Content/ContactSelector.php index bee9d92391..0d5101b1f9 100644 --- a/src/Content/ContactSelector.php +++ b/src/Content/ContactSelector.php @@ -204,8 +204,8 @@ class ContactSelector $platform_icons = ['diaspora' => 'diaspora', 'friendica' => 'friendica', 'friendika' => 'friendica', 'GNU Social' => 'gnu-social', 'gnusocial' => 'gnu-social', 'hubzilla' => 'hubzilla', - 'mastodon' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed', - 'pleroma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla', + 'mastodon' => 'mastodon', 'hometown' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed', + 'pleroma' => 'pleroma', 'akkoma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla', 'socialhome' => 'social-home', 'wordpress' => 'wordpress', 'lemmy' => 'users', 'plume' => 'plume', 'funkwhale' => 'funkwhale', 'nextcloud' => 'nextcloud', 'drupal' => 'drupal', 'firefish' => 'fire', 'calckey' => 'calculator', 'kbin' => 'check', 'threads' => 'instagram']; diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index 9d77d7b827..7399a6268d 100644 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -1675,7 +1675,6 @@ return [ "uid_received" => ["uid", "received"], "uid_wall_received" => ["uid", "wall", "received"], "uid_commented" => ["uid", "commented"], - "uid_received" => ["uid", "received"], "uid_created" => ["uid", "created"], "uid_starred" => ["uid", "starred"], "uid_mention" => ["uid", "mention"],