appnet, statusnet: Posts from unknown contacts weren't posted

This commit is contained in:
Michael Vogel 2014-06-27 07:59:00 +02:00
parent 6e298f7e63
commit f0efa3cae2
2 changed files with 16 additions and 10 deletions

View file

@ -1394,7 +1394,7 @@ function statusnet_complete_conversation($a, $uid, $self, $create_user, $nick, $
$posts = array_reverse($items);
foreach($posts AS $post) {
$postarray = statusnet_createpost($a, $uid, $post, $self, $create_user, true);
$postarray = statusnet_createpost($a, $uid, $post, $self, false, false);
if (trim($postarray['body']) == "")
continue;