mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-04 11:57:44 +02:00
closes #6392
This commit is contained in:
@@ -26,6 +26,7 @@ module.exports = function (SocketUser) {
|
||||
onlineOnly: data.onlineOnly,
|
||||
bannedOnly: data.bannedOnly,
|
||||
flaggedOnly: data.flaggedOnly,
|
||||
paginate: data.paginate,
|
||||
uid: socket.uid,
|
||||
}, next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user