mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
hmm-2 ...
This commit is contained in:
@@ -218,7 +218,7 @@ var cls = require('../middleware/cls');
|
||||
return {
|
||||
uid: socket.uid,
|
||||
params: data[1],
|
||||
method: event,
|
||||
method: event || data[0],
|
||||
body: payload,
|
||||
ip: headers['x-forwarded-for'] || socket.ip,
|
||||
host: host,
|
||||
|
||||
Reference in New Issue
Block a user