mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
console.log removal
This commit is contained in:
@@ -263,7 +263,6 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
|
|||||||
|
|
||||||
Chats.addSocketListeners = function() {
|
Chats.addSocketListeners = function() {
|
||||||
socket.on('event:chats.receive', function(data) {
|
socket.on('event:chats.receive', function(data) {
|
||||||
console.log(data);
|
|
||||||
if (Chats.isCurrentChat(data.withUid)) {
|
if (Chats.isCurrentChat(data.withUid)) {
|
||||||
newMessage = data.self === 0;
|
newMessage = data.self === 0;
|
||||||
data.message.self = data.self;
|
data.message.self = data.self;
|
||||||
|
|||||||
Reference in New Issue
Block a user