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