doc update, put more telemetry on notifier and try to ensure that private posts have recipients.

This commit is contained in:
friendica
2013-09-13 04:51:55 -07:00
parent cf87653a92
commit 83e086edcd
57 changed files with 1593 additions and 1072 deletions

View File

@@ -18,6 +18,9 @@ function collect_recipients($item,&$private) {
require_once('include/group.php');
if($item['item_private'])
$private = true;
if($item['allow_cid'] || $item['allow_gid'] || $item['deny_cid'] || $item['deny_gid']) {
$allow_people = expand_acl($item['allow_cid']);
$allow_groups = expand_groups(expand_acl($item['allow_gid']));