logging ids to import (#11115)

This commit is contained in:
Guillim
2025-03-24 10:17:31 +01:00
committed by GitHub
parent f9e826d37e
commit 3ec72a2bca

View File

@ -117,6 +117,14 @@ export class MessagingMessagesImportService {
MESSAGING_GMAIL_USERS_MESSAGES_GET_BATCH_SIZE,
);
if (connectedAccount.id === '74998005-0180-4d6a-9fa4-fe733c4707f8') {
this.logger.log(
'[TMP] Debugging messages import for account:',
messageChannel.connectedAccount.id,
);
this.logger.log('[TMP] messageIdsToFetch:', messageIdsToFetch);
}
if (!messageIdsToFetch?.length) {
await this.messageChannelSyncStatusService.markAsCompletedAndSchedulePartialMessageListFetch(
[messageChannel.id],