mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
@@ -34,9 +34,6 @@ module.exports = function(Posts) {
|
||||
function(next) {
|
||||
db.sortedSetRemove('cid:' + topicData.cid + ':pids', pid, next);
|
||||
},
|
||||
function(next) {
|
||||
Posts.dismissFlag(pid, next);
|
||||
},
|
||||
function(next) {
|
||||
topics.updateTeaser(postData.tid, next);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user