From 01af4435c8d768a3c045a2fcbf88032b74438554 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 2 Nov 2017 05:46:23 +0000 Subject: [PATCH] Now the public entry is created --- include/dfrn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }