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

add hook_house_keeping

This commit is contained in:
Andrew Dolgov
2013-08-02 14:06:18 +04:00
parent 910592b49a
commit 8e47022036
2 changed files with 6 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ class PluginHost {
const HOOK_PREFS_SAVE_FEED = 21;
const HOOK_FETCH_FEED = 22;
const HOOK_QUERY_HEADLINES = 23;
const HOOK_HOUSE_KEEPING = 24;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;