1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:55:55 +00:00

add HOOK_FILTER_TRIGGERED (for filter debugging)

This commit is contained in:
Andrew Dolgov
2018-12-06 19:15:00 +03:00
parent e9cf8e8e35
commit a01c33d654
3 changed files with 19 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ class PluginHost {
const HOOK_SEND_LOCAL_FILE = 37;
const HOOK_UNSUBSCRIBE_FEED = 38;
const HOOK_SEND_MAIL = 39;
const HOOK_FILTER_TRIGGERED = 40;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;