X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=statusnet%2Fstatusnet.php;h=2f3f84d20eeaacd035baeb6057925ac47cae800f;hb=0a6d1f9e492459aed2607b2432438b66b50bc4f8;hp=7293f882c7202d1094a01ec4e11312b1c1345726;hpb=b81129f0704b64868ef6867fd8de90d2a92993c1;p=friendica-addons.git diff --git a/statusnet/statusnet.php b/statusnet/statusnet.php index 7293f882..2f3f84d2 100644 --- a/statusnet/statusnet.php +++ b/statusnet/statusnet.php @@ -1059,6 +1059,8 @@ function statusnet_createpost($a, $uid, $post, $self, $create_user, $only_existi } else return(array()); } + // Don't create accounts of people who just comment something + $create_user = false; } else $postarray['parent-uri'] = $postarray['uri'];