]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #13395 from annando/icons
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 4 Sep 2023 11:02:12 +0000 (07:02 -0400)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 11:02:12 +0000 (07:02 -0400)
Some more platform icons added

src/Content/ContactSelector.php

index 5d33aa59e454f8d04d5a463784727ea9a5d2ea8f..56d6961be54fe9c921ab86474c15042f1442966b 100644 (file)
@@ -221,6 +221,7 @@ class ContactSelector
                        'mastodon' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed',
                        'pleroma' => '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'];
 
                $search  = array_keys($nets);