]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ContactSelector.php
Merge pull request #8139 from MrPetovan/bug/notices
[friendica.git] / src / Content / ContactSelector.php
index de995ba80ce0238d3c2cd070f19653688a5eaece..faba6269fe9fcdcaf73215ae1056c1156e4be954 100644 (file)
@@ -12,7 +12,7 @@ use Friendica\Util\Network;
 use Friendica\Util\Strings;
 
 /**
- * @brief ContactSelector class
+ * ContactSelector class
  */
 class ContactSelector
 {
@@ -105,9 +105,9 @@ class ContactSelector
        }
 
        /**
-        * @param string $network  network
+        * @param string $network  network of the contact
         * @param string $profile  optional, default empty
-        * @param string $protocol optional, default empty
+        * @param string $protocol (Optional) Protocol that is used for the transmission
         * @return string
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
@@ -182,7 +182,7 @@ class ContactSelector
                        Protocol::DFRN      =>   'friendica',
                        Protocol::OSTATUS   =>   'gnu-social', // There is no generic OStatus icon
                        Protocol::FEED      =>   'rss',
-                       Protocol::MAIL      =>   'file-text-o', /// @todo
+                       Protocol::MAIL      =>   'inbox',
                        Protocol::DIASPORA  =>   'diaspora',
                        Protocol::ZOT       =>   'hubzilla',
                        Protocol::LINKEDIN  =>   'linkedin',