mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 07:33:15 +02:00
comment
This commit is contained in:
@@ -17,7 +17,7 @@ cls.socket = function (socket, payload, event, next) {
|
||||
namespace.set('ws', {
|
||||
socket: socket,
|
||||
payload: payload,
|
||||
// if it's a '*' event, then we grab it from the payload
|
||||
// if it's a null event, then we grab it from the payload
|
||||
event: event || ((payload || {}).data || [])[0]});
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user