mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
closes #4259
This commit is contained in:
@@ -94,7 +94,7 @@ module.exports = function(Topics) {
|
||||
function (_cid, next) {
|
||||
cid = _cid;
|
||||
|
||||
Topics.purgePostsAndTopic(tid, next);
|
||||
Topics.purgePostsAndTopic(tid, uid, next);
|
||||
},
|
||||
function (next) {
|
||||
next(null, {tid: tid, cid: cid, uid: uid});
|
||||
|
||||
Reference in New Issue
Block a user