Now the public entry is created

This commit is contained in:
Michael 2017-11-02 05:46:23 +00:00
parent 82321114ab
commit 01af4435c8
1 changed files with 1 additions and 1 deletions

View File

@ -2058,7 +2058,7 @@ class dfrn {
$condition = array('uri' => $item["uri"], 'uid' => $item["uid"]);
dba::update('item', $item, $condition);
add_thread($existing['id']);
add_shadow_thread($existing['id']);
return true;
}