]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ContactSelector.php
Network, Channels and Community are children of timeline
[friendica.git] / src / Content / ContactSelector.php
index e4585cd297392962775558387054ff2d0439c13a..56d6961be54fe9c921ab86474c15042f1442966b 100644 (file)
@@ -220,7 +220,9 @@ class ContactSelector
                        'GNU Social' => 'gnu-social', 'gnusocial' => 'gnu-social', 'hubzilla' => 'hubzilla',
                        'mastodon' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed',
                        'pleroma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla',
-                       'socialhome' => 'social-home', 'wordpress' => 'wordpress', 'lemmy' => 'users'];
+                       '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);
                $replace = array_values($nets);