]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Fix expected implementation of JsonLD::fetchElementArray
[friendica.git] / src / Model / Contact.php
index 74a9619c2fdeca224e3665b0c91b138b2686bc65..67b9c903831f04abb46f2fbb71add565aefd85d8 100644 (file)
@@ -754,7 +754,6 @@ class Contact
                        $item['title'] = '';
                        $item['guid'] = '';
                        $item['uri-id'] = 0;
-                       $item['attach'] = '';
                        $slap = OStatus::salmon($item, $user);
 
                        if (!empty($contact['notify'])) {
@@ -2233,7 +2232,6 @@ class Contact
                                $item['title'] = '';
                                $item['guid'] = '';
                                $item['uri-id'] = 0;
-                               $item['attach'] = '';
 
                                $slap = OStatus::salmon($item, $owner);