mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-13 16:10:43 +01:00
added colorpicker to frontend, badge colour changes for groups, #2588
This commit is contained in:
@@ -41,6 +41,7 @@ Groups.leave = function(socket, data, callback) {
|
||||
groups.leave(data.groupName, data.uid, callback);
|
||||
};
|
||||
|
||||
// Possibly remove this and call SocketGroups.update instead
|
||||
Groups.update = function(socket, data, callback) {
|
||||
if(!data) {
|
||||
return callback(new Error('[[error:invalid-data]]'));
|
||||
|
||||
Reference in New Issue
Block a user