mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
fix: fix for container mode also work only with files
This commit is contained in:
parent
5d29c2d881
commit
19ee2b3f34
@ -25,6 +25,7 @@
|
|||||||
* fix sending narrated audio on whatsapp android and ios
|
* fix sending narrated audio on whatsapp android and ios
|
||||||
* fixed the problem of not disabling the global webhook by the variable
|
* fixed the problem of not disabling the global webhook by the variable
|
||||||
* Adjustment in the recording of temporary files and periodic cleaning
|
* Adjustment in the recording of temporary files and periodic cleaning
|
||||||
|
* Fix for container mode also work only with files
|
||||||
|
|
||||||
# 1.0.9 (2023-06-10)
|
# 1.0.9 (2023-06-10)
|
||||||
|
|
||||||
|
@ -222,9 +222,10 @@ export class WAMonitoringService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await set(dirent.name);
|
await set(dirent.name);
|
||||||
|
} else {
|
||||||
|
initInstance();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
initInstance();
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.logger.error(error);
|
this.logger.error(error);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user