mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 23:45:45 +01:00
WIP
This commit is contained in:
@@ -486,10 +486,12 @@ accountsController.getChats = function(req, res, next) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
console.log(res.locals.messages);
|
||||
console.log(res.locals);
|
||||
|
||||
res.render('chats', {
|
||||
meta: res.locals.chatData,
|
||||
chats: chats,
|
||||
contacts: res.locals.contacts,
|
||||
messages: res.locals.messages || undefined
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user