don't federate webpages ;-)
This commit is contained in:
parent
ee21dfc245
commit
f338da04e1
@ -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'])
|
||||
);
|
||||
|
Reference in New Issue
Block a user