fix: chatbots send message text buffer

This commit is contained in:
Alexandre Prado
2024-11-14 02:25:15 -03:00
parent 1665654676
commit 753f4ba141
4 changed files with 7 additions and 7 deletions

View File

@@ -190,8 +190,8 @@ export class EvolutionBotService {
},
false,
);
textBuffer = '';
}
textBuffer = '';
}
if (mediaType === 'audio') {
@@ -274,8 +274,8 @@ export class EvolutionBotService {
},
false,
);
textBuffer = '';
}
textBuffer = '';
}
sendTelemetry('/message/sendText');