X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fitem.php;h=d203ce64d497bc977666c77e36b4de4b1c53932f;hb=4b6afbf6814acde5151edc74f0b6cf1fd7685432;hp=a5f483b3524089f778a226b792fae04c845473de;hpb=8e800af306af3825e02316943c9cfbd4c2852049;p=friendica.git diff --git a/mod/item.php b/mod/item.php index a5f483b352..d203ce64d4 100644 --- a/mod/item.php +++ b/mod/item.php @@ -674,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)