logging ids to import (#11115)
This commit is contained in:
@ -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],
|
||||
|
||||
Reference in New Issue
Block a user