X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FContactSelector.php;h=1568e3a2fd3917c21974ed283ff2106a44d115b6;hb=ddd2c72be8e7245389f97d74dd847f5a20410936;hp=9a8af1cd244defb30489404f434070b814f28c52;hpb=7d4b11b4508ede6a8154513a15408cf8327fd5c5;p=friendica.git diff --git a/src/Content/ContactSelector.php b/src/Content/ContactSelector.php index 9a8af1cd24..1568e3a2fd 100644 --- a/src/Content/ContactSelector.php +++ b/src/Content/ContactSelector.php @@ -1,6 +1,6 @@ 'gnu-social', 'gnusocial' => 'gnu-social', 'hubzilla' => 'hubzilla', 'mastodon' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed', 'pleroma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla', - 'socialhome' => 'social-home', 'wordpress' => 'wordpress']; + 'socialhome' => 'social-home', 'wordpress' => 'wordpress', 'lemmy' => 'users', + 'plume' => 'plume', 'funkwhale' => 'funkwhale', 'nextcloud' => 'nextcloud', 'drupal' => 'drupal', + 'firefish' => 'fire', 'calckey' => 'calculator', 'kbin' => 'check', 'threads' => 'instagram']; $search = array_keys($nets); $replace = array_values($nets);