Now the public entry is created
This commit is contained in:
parent
82321114ab
commit
01af4435c8
1 changed files with 1 additions and 1 deletions
|
@ -2058,7 +2058,7 @@ class dfrn {
|
||||||
$condition = array('uri' => $item["uri"], 'uid' => $item["uid"]);
|
$condition = array('uri' => $item["uri"], 'uid' => $item["uid"]);
|
||||||
dba::update('item', $item, $condition);
|
dba::update('item', $item, $condition);
|
||||||
|
|
||||||
add_thread($existing['id']);
|
add_shadow_thread($existing['id']);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue