Add const HOOK_FEED_TREE

This commit is contained in:
jc 2019-10-07 13:44:57 +00:00
parent f56ae1dcc9
commit a243979aaf
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class PluginHost {
const HOOK_FILTER_TRIGGERED = 40;
const HOOK_GET_FULL_TEXT = 41;
const HOOK_ARTICLE_IMAGE = 42;
const HOOK_FEED_TREE = 43;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;