mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
@@ -56,8 +56,6 @@ var winston = require('winston'),
|
||||
plugins.fireHook('action:topic.restore', topicData);
|
||||
}
|
||||
|
||||
events[isDelete ? 'logTopicDelete' : 'logTopicRestore'](uid, tid);
|
||||
|
||||
emitTo('topic_' + tid);
|
||||
emitTo('category_' + topicData.cid);
|
||||
|
||||
@@ -214,8 +212,6 @@ var winston = require('winston'),
|
||||
|
||||
topics.setTopicField(tid, 'cid', cid, callback);
|
||||
|
||||
events.logTopicMove(uid, tid);
|
||||
|
||||
plugins.fireHook('action:topic.move', {
|
||||
tid: tid,
|
||||
fromCid: oldCid,
|
||||
|
||||
Reference in New Issue
Block a user