mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
app.net, pump.io, statusnet, twitter: There were situations, when contacts were added by mistake.
This commit is contained in:
parent
b81129f070
commit
0a6d1f9e49
5 changed files with 21 additions and 0 deletions
|
@ -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'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue