We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e05690a + 2481650 commit 6d08162Copy full SHA for 6d08162
2 files changed
CHANGELOG.md
@@ -26,6 +26,7 @@
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
+* Remove recording of old messages on sync
30
31
# 1.0.9 (2023-06-10)
32
src/whatsapp/services/whatsapp.service.ts
@@ -691,10 +691,10 @@ export class WAStartupService {
691
692
this.sendDataWebhook(Events.MESSAGES_SET, [...messagesRaw]);
693
694
- await this.repository.message.insert(
695
- [...messagesRaw],
696
- database.SAVE_DATA.OLD_MESSAGE,
697
- );
+ // await this.repository.message.insert(
+ // [...messagesRaw],
+ // database.SAVE_DATA.OLD_MESSAGE,
+ // );
698
messages = undefined;
699
},
700
0 commit comments