mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 06:10:38 +01:00
added allowed true to /chats
This commit is contained in:
@@ -544,7 +544,8 @@ accountsController.getChats = function(req, res, next) {
|
||||
return res.render('chats', {
|
||||
chats: results.recentChats.users,
|
||||
nextStart: results.recentChats.nextStart,
|
||||
contacts: results.contacts
|
||||
contacts: results.contacts,
|
||||
allowed: true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user