mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 12:43:40 +00:00
fb private messages not posting
This commit is contained in:
parent
9a7d828340
commit
6efbf82578
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ function facebook_post_hook(&$a,&$b) {
|
||||||
logger('facebook reply id=' . $reply);
|
logger('facebook reply id=' . $reply);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(strstr($b['postopts'],'facebook') || ($reply)) {
|
if(strstr($b['postopts'],'facebook') || ($b['private']) || ($reply)) {
|
||||||
|
|
||||||
if($b['private'] && $reply === false) {
|
if($b['private'] && $reply === false) {
|
||||||
$allow_people = expand_acl($b['allow_cid']);
|
$allow_people = expand_acl($b['allow_cid']);
|
||||||
|
|
Loading…
Reference in a new issue