From 40b2356be212cfee1d68784714672b7c00114e2d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Dec 2021 07:56:16 +0300 Subject: filters: * add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146 --- js/CommonFilters.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js') diff --git a/js/CommonFilters.js b/js/CommonFilters.js index 8a20480f0..434ee72c7 100644 --- a/js/CommonFilters.js +++ b/js/CommonFilters.js @@ -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({ -- cgit v1.2.3-54-g00ecf