]> git.mxchange.org Git - friendica-addons.git/commitdiff
fb private messages not posting
authorfriendica <info@friendica.com>
Thu, 22 Dec 2011 22:53:20 +0000 (14:53 -0800)
committerfriendica <info@friendica.com>
Thu, 22 Dec 2011 22:53:20 +0000 (14:53 -0800)
facebook/facebook.php

index f90bbd5ff274890540e06c67eb17ad62d593c942..845ddd9e816f4afde3a0bd4e75a685aca308d594 100644 (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']);