]> git.mxchange.org Git - friendica.git/commitdiff
Updated lists of software, removed comment
authorMichael <heluecht@pirati.ca>
Wed, 28 Aug 2019 11:27:38 +0000 (11:27 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 28 Aug 2019 11:27:38 +0000 (11:27 +0000)
src/Content/ContactSelector.php

index aa4942683ac4cdc6329b63fd61933f8289f09540..ac14926920601c1acfa78cf85d67f4ba9c31011e 100644 (file)
@@ -203,28 +203,11 @@ class ContactSelector
                        $gserver = DBA::selectFirst('gserver', ['platform'], ['nurl' => $server_url]);
 
                        if (DBA::isResult($gserver) && !empty($gserver['platform'])) {
-/*
-BlackGerman.space
-ganggo
-groundpolis
-Juick
-misskey
-mobilizon
-MounKareal
-read.as
-social-relay
-twista
-writefreely
-
-ostatus
-red
-redmatrix
-StatusNet
-*/
                                $icons = ['diaspora' => 'diaspora', 'friendica' => 'friendica', 'friendika' => 'friendica',
                                        'GNU Social' => 'gnu-social', 'gnusocial' => 'gnu-social', 'hubzilla' => 'hubzilla',
                                        'mastodon' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed',
-                                       'pleroma' => 'pleroma', 'socialhome' => 'social-home', 'wordpress' => 'wordpress'];
+                                       'pleroma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla',
+                                       'socialhome' => 'social-home', 'wordpress' => 'wordpress'];
                                $networkicon = $icons[strtolower($gserver['platform'])] ?? $networkicon;
                        }
                }