don't federate webpages ;-)

This commit is contained in:
friendica 2013-06-15 19:31:38 -07:00
parent ee21dfc245
commit f338da04e1

View File

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