]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Merge branch '3.4.2'
[friendica.git] / mod / item.php
index c3d85568ed98f0faa59fd0c822ccd14bac020eae..d203ce64d497bc977666c77e36b4de4b1c53932f 100644 (file)
@@ -24,6 +24,7 @@ require_once('include/files.php');
 require_once('include/threads.php');
 require_once('include/text.php');
 require_once('include/items.php');
+require_once('include/Scrape.php');
 
 function item_post(&$a) {
 
@@ -673,7 +674,7 @@ function item_post(&$a) {
 
        $notify_type = (($parent) ? 'comment-new' : 'wall-new' );
 
-       $uri = (($message_id) ? $message_id : item_new_uri($a->get_hostname(),$profile_uid));
+       $uri = (($message_id) ? $message_id : item_new_uri($a->get_hostname(),$profile_uid, $guid));
 
        // Fallback so that we alway have a thr-parent
        if(!$thr_parent)