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

Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimental

This commit is contained in:
Andrew Dolgov
2017-12-11 12:54:30 +03:00
2 changed files with 10 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ class PluginHost {
const HOOK_FORMAT_ARTICLE_CDM = 35;
const HOOK_FEED_BASIC_INFO = 36;
const HOOK_SEND_LOCAL_FILE = 37;
const HOOK_UNSUBSCRIBE_FEED = 38;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;