Skip to content
Snippets Groups Projects
Commit a243979a authored by jc's avatar jc
Browse files

Add const HOOK_FEED_TREE

parent f56ae1dc
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ class PluginHost { ...@@ -60,6 +60,7 @@ class PluginHost {
const HOOK_FILTER_TRIGGERED = 40; const HOOK_FILTER_TRIGGERED = 40;
const HOOK_GET_FULL_TEXT = 41; const HOOK_GET_FULL_TEXT = 41;
const HOOK_ARTICLE_IMAGE = 42; const HOOK_ARTICLE_IMAGE = 42;
const HOOK_FEED_TREE = 43;
const KIND_ALL = 1; const KIND_ALL = 1;
const KIND_SYSTEM = 2; const KIND_SYSTEM = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment