We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d29c2d commit 19ee2b3Copy full SHA for 19ee2b3
CHANGELOG.md
@@ -25,6 +25,7 @@
25
* fix sending narrated audio on whatsapp android and ios
26
* fixed the problem of not disabling the global webhook by the variable
27
* Adjustment in the recording of temporary files and periodic cleaning
28
+* Fix for container mode also work only with files
29
30
# 1.0.9 (2023-06-10)
31
src/whatsapp/services/monitor.service.ts
@@ -222,9 +222,10 @@ export class WAMonitoringService {
222
}
223
224
await set(dirent.name);
225
+ } else {
226
+ initInstance();
227
228
- initInstance();
229
} catch (error) {
230
this.logger.error(error);
231
0 commit comments