mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
renamed event
This commit is contained in:
@@ -1022,7 +1022,7 @@ var async = require('async'),
|
||||
Topics.addPostToTopic(postData.tid, postData.pid, postData.timestamp);
|
||||
};
|
||||
|
||||
emitter.on('newpost', Topics.onNewPostMade);
|
||||
emitter.on('event:newpost', Topics.onNewPostMade);
|
||||
|
||||
Topics.addPostToTopic = function(tid, pid, timestamp, callback) {
|
||||
db.sortedSetAdd('tid:' + tid + ':posts', timestamp, pid, callback);
|
||||
|
||||
Reference in New Issue
Block a user