mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 07:26:13 +02:00
closes #5618
This commit is contained in:
@@ -148,7 +148,9 @@ module.exports = function (Groups) {
|
||||
async.parallel([
|
||||
async.apply(db.setRemove, 'group:' + groupName + ':pending', uid),
|
||||
async.apply(db.setRemove, 'group:' + groupName + ':invited', uid),
|
||||
], callback);
|
||||
], function (err) {
|
||||
callback(err);
|
||||
});
|
||||
};
|
||||
|
||||
Groups.invite = function (groupName, uid, callback) {
|
||||
|
||||
Reference in New Issue
Block a user