mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:27:50 +02:00
match object.action nomenclature
This commit is contained in:
@@ -105,7 +105,7 @@ var async = require('async'),
|
||||
|
||||
toggleVote('upvote', pid, uid, function(err, votes) {
|
||||
if (err) return callback(err);
|
||||
plugins.fireHook('action:upvote.post', {
|
||||
plugins.fireHook('action:post.upvote', {
|
||||
pid: pid,
|
||||
uid: uid
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user