]> git.mxchange.org Git - friendica-addons.git/blobdiff - statusnet/statusnet.php
app.net, pump.io, statusnet, twitter: There were situations, when contacts were added...
[friendica-addons.git] / statusnet / statusnet.php
index 7293f882c7202d1094a01ec4e11312b1c1345726..2f3f84d20eeaacd035baeb6057925ac47cae800f 100644 (file)
@@ -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'];