Skip to content

Commit 08866c0

Browse files
fix(history-sync): include progress in completion event
1 parent b391814 commit 08866c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,7 @@ export class BaileysStartupService extends ChannelStartupService {
12071207
messageCount: this.historySyncMessageCount,
12081208
chatCount: this.historySyncChatCount,
12091209
contactCount: this.historySyncContactCount,
1210+
progress: normalizedProgress,
12101211
});
12111212

12121213
this.historySyncMessageCount = 0;

0 commit comments

Comments
 (0)