Skip to content

Commit 23dc87b

Browse files
committed
merge
1 parent 749a119 commit 23dc87b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

plugin.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
{ "hook": "filter:parse.signature", "method": "parseSignature" },
1717
{ "hook": "filter:post.getFields", "method": "post.getFields"},
1818

19-
{ "hook": "filter:topics.get", "method": "onTopicsGet" },
20-
{ "hook": "filter:topic.get", "method": "onTopicGet" },
21-
{ "hook": "filter:post.getPostSummaryByPids", "method": "onGetPostSummaries" },
22-
19+
{ "hook": "filter:topic.create", "method": "parseTopic" },
20+
{ "hook": "filter:topic.edit", "method": "parseTopic" },
2321
{ "hook": "filter:tags.filter", "method": "filterTags" },
2422

2523
{ "hook": "filter:topic.create", "method": "checkForIllegalWords" },

0 commit comments

Comments
 (0)