Fix for missing username in uri for comments to public posts
This commit is contained in:
parent
d3a2ed85fe
commit
988a868f90
|
@ -577,7 +577,7 @@ function item_post(App $a) {
|
||||||
|
|
||||||
$notify_type = ($parent ? 'comment-new' : 'wall-new');
|
$notify_type = ($parent ? 'comment-new' : 'wall-new');
|
||||||
|
|
||||||
$uri = ($message_id ? $message_id : Item::newURI($profile_uid, $guid));
|
$uri = ($message_id ? $message_id : Item::newURI($api_source ? $profile_uid : $uid, $guid));
|
||||||
|
|
||||||
// Fallback so that we alway have a parent uri
|
// Fallback so that we alway have a parent uri
|
||||||
if (!$thr_parent_uri || !$parent) {
|
if (!$thr_parent_uri || !$parent) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user