Add Comanche layouts to the things that don't go offsite.

This commit is contained in:
friendica 2013-09-01 20:11:04 -07:00
parent caa148c1e3
commit a35d440ff1

View File

@ -257,6 +257,10 @@ function notifier_run($argv, $argc){
return;
}
if($target_item['item_restrict'] & ITEM_PDL) {
logger('notifier: target item ITEM_PDL', LOGGER_DEBUG);
return;
}
$s = q("select * from channel where channel_id = %d limit 1",
intval($target_item['uid'])