]> git.mxchange.org Git - friendica-addons.git/commitdiff
app.net: Don't create contacts for threads we only complete
authorMichael Vogel <icarus@dabo.de>
Wed, 25 Jun 2014 17:34:02 +0000 (19:34 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 25 Jun 2014 17:34:02 +0000 (19:34 +0200)
appnet/appnet.php

index acbd5ce53bc8c8e87ce681f6cd800ba6a16de54f..4bf72da536dc763a531cb0b124dc9d19ecdef220 100644 (file)
@@ -851,7 +851,7 @@ function appnet_createpost($a, $uid, $post, $me, $user, $ownid, $createuser, $th
                                }
                                $thread = array_reverse($thread);
                                foreach ($thread AS $tpost) {
-                                       $threadpost = appnet_createpost($a, $uid, $tpost, $me, $user, $ownid, $createuser, false);
+                                       $threadpost = appnet_createpost($a, $uid, $tpost, $me, $user, $ownid, false, false);
                                        $item = item_store($threadpost);
                                }
                        }