block content-type (called ITEM_BUILDBLOCK to avoid confusion with content that is blocked)

This commit is contained in:
friendica
2013-08-12 17:42:52 -07:00
parent 28a8b821b0
commit 04f8de184e
3 changed files with 9 additions and 0 deletions

View File

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