mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
closed #2803
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user