File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2626* fixed the problem of not disabling the global webhook by the variable
2727* Adjustment in the recording of temporary files and periodic cleaning
2828* Fix for container mode also work only with files
29+ * Remove recording of old messages on sync
2930
3031# 1.0.9 (2023-06-10)
3132
Original file line number Diff line number Diff line change @@ -691,10 +691,10 @@ export class WAStartupService {
691691
692692 this . sendDataWebhook ( Events . MESSAGES_SET , [ ...messagesRaw ] ) ;
693693
694- await this . repository . message . insert (
695- [ ...messagesRaw ] ,
696- database . SAVE_DATA . OLD_MESSAGE ,
697- ) ;
694+ // await this.repository.message.insert(
695+ // [...messagesRaw],
696+ // database.SAVE_DATA.OLD_MESSAGE,
697+ // );
698698 messages = undefined ;
699699 } ,
700700
You can’t perform that action at this time.
0 commit comments