]> git.mxchange.org Git - friendica.git/commitdiff
Use the Instagram logo for the Threads server
authorMichael <heluecht@pirati.ca>
Sat, 16 Dec 2023 12:56:44 +0000 (12:56 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 16 Dec 2023 12:56:44 +0000 (12:56 +0000)
src/Content/ContactSelector.php

index 56d6961be54fe9c921ab86474c15042f1442966b..af41935a0e2d0fc821d2225932bf23f98c4db4bc 100644 (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);