mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
filters:
* add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146
This commit is contained in:
@@ -16,7 +16,8 @@ const Filters = {
|
||||
ACTION_SCORE: 6,
|
||||
ACTION_LABEL: 7,
|
||||
ACTION_PLUGIN: 9,
|
||||
PARAM_ACTIONS: [4, 6, 7, 9],
|
||||
ACTION_REMOVE_TAG: 10,
|
||||
PARAM_ACTIONS: [4, 6, 7, 9, 10],
|
||||
filter_info: {},
|
||||
test: function() {
|
||||
const test_dialog = new fox.SingleUseDialog({
|
||||
|
||||
Reference in New Issue
Block a user