From: friendica Date: Thu, 22 Dec 2011 22:53:20 +0000 (-0800) Subject: fb private messages not posting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6efbf82578ed45f7cb9022651ffc22ff7a9fcdcd;p=friendica-addons.git fb private messages not posting --- diff --git a/facebook/facebook.php b/facebook/facebook.php index f90bbd5f..845ddd9e 100644 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -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']);