log why this doesn't get executed
This commit is contained in:
parent
7fc1a66121
commit
b1809f5f0c
@ -432,6 +432,8 @@ function notifier_run($argv, $argc){
|
|||||||
|
|
||||||
$sql_extra = (($private) ? "" : " or hubloc_url = '" . dbesc(z_root()) . "' ");
|
$sql_extra = (($private) ? "" : " or hubloc_url = '" . dbesc(z_root()) . "' ");
|
||||||
|
|
||||||
|
logger('notifier: hub choice: ' . intval($relay_to_owner) . ' ' . intval($private) . ' ' . $cmd, LOGGER_DEBUG);
|
||||||
|
|
||||||
if($relay_to_owner && (! $private) && ($cmd !== 'relay')) {
|
if($relay_to_owner && (! $private) && ($cmd !== 'relay')) {
|
||||||
|
|
||||||
// If sending a followup to the post owner, only send it to one channel clone - to avoid race conditions.
|
// If sending a followup to the post owner, only send it to one channel clone - to avoid race conditions.
|
||||||
|
Reference in New Issue
Block a user