reverted changes to FB connector, see comment to pull request #10 from annando
This commit is contained in:
parent
fb1b340131
commit
2638761762
1 changed files with 2 additions and 4 deletions
|
@ -953,10 +953,8 @@ function fb_consume_stream($uid,$j,$wall = false) {
|
||||||
// don't store post if we don't have a contact
|
// don't store post if we don't have a contact
|
||||||
|
|
||||||
if(! x($datarray,'contact-id')) {
|
if(! x($datarray,'contact-id')) {
|
||||||
// Test: Workaround for page entries
|
logger('no contact: post ignored');
|
||||||
$datarray['contact-id'] = $self[0]['id'];
|
continue;
|
||||||
//logger('no contact: post ignored');
|
|
||||||
//continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$datarray['verb'] = ACTIVITY_POST;
|
$datarray['verb'] = ACTIVITY_POST;
|
||||||
|
|
Loading…
Reference in a new issue