mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
typing notifcation socket implementation for chat page, #1788
This commit is contained in:
@@ -486,8 +486,6 @@ accountsController.getChats = function(req, res, next) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
console.log(res.locals);
|
||||
|
||||
res.render('chats', {
|
||||
meta: res.locals.chatData,
|
||||
chats: chats,
|
||||
|
||||
Reference in New Issue
Block a user