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

add HOOK_FETCH_FEED

This commit is contained in:
Andrew Dolgov
2013-05-20 15:26:53 +04:00
parent 0ad2013bd2
commit ee65bef405
2 changed files with 13 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ class PluginHost {
const HOOK_ARTICLE_LEFT_BUTTON = 19;
const HOOK_PREFS_EDIT_FEED = 20;
const HOOK_PREFS_SAVE_FEED = 21;
const HOOK_FETCH_FEED = 22;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;