]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ContactSelector.php
Refer to correct contact field in Core/Search
[friendica.git] / src / Content / ContactSelector.php
index ee6fcfa062736f0f342598914ee480cba7737fe2..d9f475e2e7595f1fa028ece7297177fb21e319e5 100644 (file)
@@ -140,6 +140,7 @@ class ContactSelector
                        Protocol::STATUSNET =>   DI::l10n()->t('GNU Social Connector'),
                        Protocol::ACTIVITYPUB => DI::l10n()->t('ActivityPub'),
                        Protocol::PNUT      =>   DI::l10n()->t('pnut'),
+                       Protocol::TUMBLR    =>   DI::l10n()->t('Tumblr'),
                ];
 
                Hook::callAll('network_to_name', $nets);
@@ -210,6 +211,7 @@ class ContactSelector
                        Protocol::STATUSNET =>   'gnu-social',
                        Protocol::ACTIVITYPUB => 'activitypub',
                        Protocol::PNUT      =>   'file-text-o', /// @todo
+                       Protocol::TUMBLR    =>   'tumblr',
                ];
 
                $platform_icons = ['diaspora' => 'diaspora', 'friendica' => 'friendica', 'friendika' => 'friendica',