X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FContactSelector.php;h=e4585cd297392962775558387054ff2d0439c13a;hb=b9bb525fe91c176ada2323c2d628291a27594d59;hp=9a8af1cd244defb30489404f434070b814f28c52;hpb=7d4b11b4508ede6a8154513a15408cf8327fd5c5;p=friendica.git diff --git a/src/Content/ContactSelector.php b/src/Content/ContactSelector.php index 9a8af1cd24..e4585cd297 100644 --- a/src/Content/ContactSelector.php +++ b/src/Content/ContactSelector.php @@ -220,7 +220,7 @@ 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']; + 'socialhome' => 'social-home', 'wordpress' => 'wordpress', 'lemmy' => 'users']; $search = array_keys($nets); $replace = array_values($nets);