mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
fix: start session
This commit is contained in:
parent
d8629e53f1
commit
50e1efe5d7
@ -1601,7 +1601,7 @@ export class WAStartupService {
|
||||
);
|
||||
}
|
||||
|
||||
if (this.localTypebot.enabled) {
|
||||
if (this.localTypebot.enabled || this.localTypebot.sessions?.length > 0) {
|
||||
if (!(this.localTypebot.listening_from_me === false && messageRaw.key.fromMe === true)) {
|
||||
await this.typebotService.sendTypebot(
|
||||
{ instanceName: this.instance.name },
|
||||
|
Loading…
Reference in New Issue
Block a user