This commit is contained in:
Julian Lam
2015-03-04 16:03:58 -05:00
parent 3c9431b2fc
commit b777c448cf

View File

@@ -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);
};