优化聊天服务异步更新标题, 提高性能

This commit is contained in:
RICHQAQ
2024-05-11 11:23:12 +08:00
parent 8287458383
commit fce73205a2

View File

@@ -257,7 +257,7 @@ let ChatService = class ChatService {
isSticky: false, isSticky: false,
config: '', config: '',
}, req); }, req);
common_1.Logger.log(`更新标题名称为: ${chatTitle}`); common_1.Logger.log(`${groupId} 更新标题名称为: ${chatTitle}`);
} }
}; };