From 7e6cdaf02547a7d7d25b53bf456b115498cf7097 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 16 Dec 2023 12:56:44 +0000 Subject: [PATCH] Use the Instagram logo for the Threads server --- src/Content/ContactSelector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/ContactSelector.php b/src/Content/ContactSelector.php index 56d6961be5..af41935a0e 100644 --- a/src/Content/ContactSelector.php +++ b/src/Content/ContactSelector.php @@ -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);