Merge remote-tracking branch 'refs/remotes/origin/master' into chat-permission

This commit is contained in:
Baris Usakli
2017-12-20 12:17:28 -05:00

View File

@@ -240,7 +240,7 @@ module.exports = function (Groups) {
old: oldName,
new: newName,
});
Groups.resetCache();
next();
},
], next);