mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:05:56 +00:00
add HOOK_FILTER_TRIGGERED (for filter debugging)
This commit is contained in:
@@ -1945,7 +1945,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
$filter = array();
|
||||
$filter = [];
|
||||
$filter["id"] = $filter_id;
|
||||
$filter["match_any_rule"] = sql_bool_to_bool($line["match_any_rule"]);
|
||||
$filter["inverse"] = sql_bool_to_bool($line["inverse"]);
|
||||
$filter["rules"] = $rules;
|
||||
|
||||
Reference in New Issue
Block a user