Use the Instagram logo for the Threads server

This commit is contained in:
Michael 2023-12-16 12:56:44 +00:00
parent ed2f4fdcc2
commit 7e6cdaf025

View File

@ -222,7 +222,7 @@ class ContactSelector
'pleroma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla',
'socialhome' => 'social-home', 'wordpress' => 'wordpress', 'lemmy' => 'users',
'plume' => 'plume', 'funkwhale' => 'funkwhale', 'nextcloud' => 'nextcloud', 'drupal' => 'drupal',
'firefish' => 'fire', 'calckey' => 'calculator', 'kbin' => 'check'];
'firefish' => 'fire', 'calckey' => 'calculator', 'kbin' => 'check', 'threads' => 'instagram'];
$search = array_keys($nets);
$replace = array_values($nets);