From: Michael Date: Thu, 2 Nov 2017 05:46:23 +0000 (+0000) Subject: Now the public entry is created X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=01af4435c8d768a3c045a2fcbf88032b74438554;p=friendica.git Now the public entry is created --- diff --git a/include/dfrn.php b/include/dfrn.php index faa98c8e29..52730fa2b5 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -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; }