From fb594b727a0c996ff7850de38ce29d20b9a7c322 Mon Sep 17 00:00:00 2001 From: kalugin66 Date: Fri, 20 Feb 2026 16:02:47 +0500 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D1=83=D0=B2?= =?UTF-8?q?=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D1=87=D0=B0=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-chat.js | 2 +- public/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - + + -