v1.18.x
Julian Lam 10 years ago
parent 3c9431b2fc
commit b777c448cf

@ -17,7 +17,8 @@ Groups.create = function(socket, data, callback) {
Groups.get = function(socket, groupName, callback) {
groups.get(groupName, {
expand: true
expand: true,
unescape: true
}, callback);
};

Loading…
Cancel
Save