Merge pull request #13727 from annando/threads-logo

Use the Instagram logo for the Threads server
This commit is contained in:
Hypolite Petovan 2023-12-16 09:18:34 -05:00 committed by GitHub
commit 0ec7991a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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