diff --git a/api-chat.js b/api-chat.js index 1c69ed4..6d50a6b 100644 --- a/api-chat.js +++ b/api-chat.js @@ -268,7 +268,7 @@ module.exports = function(app, db, upload) { newMessage.files = uploadedFiles; // Отправляем уведомления участникам задачи - notifyTaskParticipants(taskId, userId, newMessage); + // notifyTaskParticipants(taskId, userId, newMessage); res.json({ success: true, diff --git a/public/index.html b/public/index.html index 6619bf4..09b93a9 100644 --- a/public/index.html +++ b/public/index.html @@ -437,12 +437,12 @@ - + + -