Incoming posts from Lemmy to groups are now working

This commit is contained in:
Michael 2023-07-04 21:23:03 +00:00
parent 283a33715f
commit dc28a65e21
2 changed files with 66 additions and 56 deletions

View file

@ -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);