For unique values we should use our guid function - not the random function
This commit is contained in:
parent
4663df5b2b
commit
a2d742ec91
3 changed files with 10 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue