1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

implement HOOK_FEED_FETCHED

This commit is contained in:
Andrew Dolgov
2013-02-23 18:38:50 +04:00
parent fb850eecda
commit 017401ddce
2 changed files with 27 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ class PluginHost {
const HOOK_HOTKEY_MAP = 9;
const HOOK_RENDER_ARTICLE = 10;
const HOOK_RENDER_ARTICLE_CDM = 11;
const HOOK_FEED_FETCHED = 12;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;