]> git.mxchange.org Git - friendica.git/commitdiff
Platform icons assigned for Hometown and Akkoma
authorMichael <heluecht@pirati.ca>
Sun, 29 Sep 2024 18:14:14 +0000 (18:14 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 29 Sep 2024 18:14:14 +0000 (18:14 +0000)
src/Content/ContactSelector.php
static/dbstructure.config.php

index bee9d9239128e8fc73d57e08705d2cb149d45305..0d5101b1f9b59bd1c1ae6dd80c68af380f6603d2 100644 (file)
@@ -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'];
index 9d77d7b8271306089293ec31d51a8458a5dea3bc..7399a6268db8f5621a303244024a740077609213 100644 (file)
@@ -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"],