mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
user fixes
This commit is contained in:
@@ -139,8 +139,8 @@ Sockets.init = function() {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
console.log('derp');
|
||||
console.log(payload, callback);
|
||||
var parts = payload.name.split('.'),
|
||||
namespace = parts.slice(0, 1),
|
||||
methodToCall = parts.reduce(function(prev, cur) {
|
||||
|
||||
Reference in New Issue
Block a user