]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Mail.php
New option to disable the fetching of parents
[friendica.git] / src / Model / Mail.php
index e42cb4ca43a14f425482fce306d356fc7711ced3..afe3a3227ae620f1a80001cb8698f3191c98356a 100644 (file)
@@ -154,7 +154,7 @@ class Mail
                Photo::setPermissionFromBody($body, local_user(), $me['id'],  '<' . $contact['id'] . '>', '', '', '');
 
                $guid = System::createUUID();
-               $uri = Item::newURI(local_user(), $guid);
+               $uri = Item::newURI($guid);
 
                $convid = 0;
                $reply = false;
@@ -266,7 +266,7 @@ class Mail
                }
 
                $guid = System::createUUID();
-               $uri = Item::newURI(local_user(), $guid);
+               $uri = Item::newURI($guid);
 
                $me = Contact::getByURL($replyto);
                if (!$me['name']) {