mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-03 02:59:27 +02:00
Merge remote-tracking branch 'origin' into thread_options
Conflicts: public/src/templates.js
This commit is contained in:
@@ -123,12 +123,6 @@ var SocketIO = require('socket.io').listen(global.server,{log:false}),
|
||||
|
||||
});
|
||||
|
||||
socket.on('api:user.getNameByUid', function(data) {
|
||||
modules.user.get_username_by_uid(data.uid, function(data){
|
||||
socket.emit('api:user.getNameByUid', data);
|
||||
});
|
||||
});
|
||||
|
||||
socket.on('user.exists', function(data) {
|
||||
modules.user.exists(socket, data.username);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user