New function for generating item URI
This commit is contained in:
parent
8592fc435c
commit
14cb128264
10 changed files with 51 additions and 45 deletions
|
@ -576,7 +576,7 @@ function item_post(App $a) {
|
|||
|
||||
$notify_type = ($parent ? 'comment-new' : 'wall-new');
|
||||
|
||||
$uri = ($message_id ? $message_id : item_new_uri($a->get_hostname(), $profile_uid, $guid));
|
||||
$uri = ($message_id ? $message_id : Item::newURI($profile_uid, $guid));
|
||||
|
||||
// Fallback so that we alway have a parent uri
|
||||
if (!$thr_parent_uri || !$parent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue