mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
removed api: from server
This commit is contained in:
@@ -137,7 +137,7 @@ SocketModules.chats.send = function(data, sessionData) {
|
||||
SocketModules.chats.list = function(callback, sessionData) {
|
||||
Messaging.getRecentChats(sessionData.uid, function(err, uids) {
|
||||
if (err) {
|
||||
winston.warn('[(socket) api:chats.list] Problem retrieving chats: ' + err.message);
|
||||
winston.warn('[(socket) chats.list] Problem retrieving chats: ' + err.message);
|
||||
}
|
||||
|
||||
callback(uids || []);
|
||||
|
||||
Reference in New Issue
Block a user