mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
socket rooms! and almost finished rep (socket updates) except for one small bug where current_user isnt being pulled
This commit is contained in:
@@ -173,7 +173,7 @@ passport.deserializeUser(function(uid, done) {
|
||||
case 'topic' :
|
||||
global.modules.posts.get(function(data) {
|
||||
res.send(JSON.stringify(data));
|
||||
}, req.params.id);
|
||||
}, req.params.id, req.user.uid);
|
||||
break;
|
||||
default :
|
||||
res.send('{}');
|
||||
|
||||
Reference in New Issue
Block a user