fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit ed902bf84d - Show all commits

View file

@ -334,7 +334,14 @@ export class GBMinService {
let chatapi = GBConfigService.get('CHATAPI') === 'true';
if (!chatapi) {
if (chatapi) {
if (req.body.ack){
res.status(200);
res.end();
return;
}
}else{
if (req.body.type !== 'message') {
res.status(200);
res.end();