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

* add HOOK_ENCLOSURE_IMPORTED

* pass feed id to HOOK_FEED_PARSED
This commit is contained in:
Andrew Dolgov
2020-04-29 11:33:39 +03:00
parent 84bea5086c
commit 6573541873
2 changed files with 9 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ class PluginHost {
const HOOK_ARTICLE_IMAGE = 42;
const HOOK_FEED_TREE = 43;
const HOOK_IFRAME_WHITELISTED = 44;
const HOOK_ENCLOSURE_IMPORTED = 45;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;