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

@@ -372,6 +372,10 @@ function notifier_run($argv, $argc){
}
}
if(($private) && (! $env_recips)) {
// shouldn't happen
logger('notifier: private message with no envelope recipients.' . print_r($argv,true));
}
logger('notifier: recipients (may be delivered to more if public): ' . print_r($recip_list,true), LOGGER_DEBUG);