mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
#1281 topic purge
This commit is contained in:
@@ -183,7 +183,7 @@ var winston = require('winston'),
|
||||
return callback(err || new Error('[[error:no-privileges]]'));
|
||||
}
|
||||
|
||||
posts.delete(pid, callback);
|
||||
posts.purge(pid, callback);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user