bug: used uid for allow_gid instead of contact id

This commit is contained in:
friendica 2012-03-18 18:51:52 -07:00
parent 20ab0c68af
commit 0be5a02c9c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1174,7 +1174,7 @@ function fb_consume_stream($uid,$j,$wall = false) {
if($entry->privacy && $entry->privacy->value !== 'EVERYONE') {
$datarray['private'] = 1;
$datarray['allow_cid'] = '<' . $uid . '>';
$datarray['allow_cid'] = '<' . $self[0]['id'] . '>';
}
if(trim($datarray['body']) == '') {