fb private messages not posting

pull/3/head
friendica 2011-12-22 14:53:20 -08:00
parent 9a7d828340
commit 6efbf82578
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ function facebook_post_hook(&$a,&$b) {
logger('facebook reply id=' . $reply);
}
if(strstr($b['postopts'],'facebook') || ($reply)) {
if(strstr($b['postopts'],'facebook') || ($b['private']) || ($reply)) {
if($b['private'] && $reply === false) {
$allow_people = expand_acl($b['allow_cid']);