]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
Merge pull request #1765 from annando/1507-redmatrix-network-name
[friendica.git] / include / items.php
index cba1ae236c9929e7aa6d8e6f3b475f8ca7a321da..848c21df366d405d16a00b24eaadbd0b36c58847 100644 (file)
@@ -2977,9 +2977,6 @@ function item_is_remote_self($contact, &$datarray) {
                        $datarray['private'] = 0;
        }
 
-       //if (!isset($datarray["app"]) OR ($datarray["app"] == ""))
-       //      $datarray["app"] = network_to_name($contact['network']);
-
        if ($contact['network'] != NETWORK_FEED) {
                // Store the original post
                $r = item_store($datarray2, false, false);