убрал уведомления из чата
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user