We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749a119 commit 23dc87bCopy full SHA for 23dc87b
1 file changed
plugin.json
@@ -16,10 +16,8 @@
16
{ "hook": "filter:parse.signature", "method": "parseSignature" },
17
{ "hook": "filter:post.getFields", "method": "post.getFields"},
18
19
- { "hook": "filter:topics.get", "method": "onTopicsGet" },
20
- { "hook": "filter:topic.get", "method": "onTopicGet" },
21
- { "hook": "filter:post.getPostSummaryByPids", "method": "onGetPostSummaries" },
22
-
+ { "hook": "filter:topic.create", "method": "parseTopic" },
+ { "hook": "filter:topic.edit", "method": "parseTopic" },
23
{ "hook": "filter:tags.filter", "method": "filterTags" },
24
25
{ "hook": "filter:topic.create", "method": "checkForIllegalWords" },
0 commit comments