You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/twenty-server/src/modules/messaging/message-cleaner/services/messaging-message-cleaner.service.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
import{Injectable}from'@nestjs/common';
1
+
import{Injectable,Logger}from'@nestjs/common';
2
2
3
3
import{IsNull}from'typeorm';
4
4
@@ -10,6 +10,7 @@ import { deleteUsingPagination } from 'src/modules/messaging/message-cleaner/uti
Copy file name to clipboardExpand all lines: packages/twenty-server/src/modules/messaging/message-import-manager/services/messaging-message-list-fetch.service.ts
+98-81Lines changed: 98 additions & 81 deletions
Original file line number
Diff line number
Diff line change
@@ -91,14 +91,15 @@ export class MessagingMessageListFetchService {
`messageChannelId: ${messageChannel.id} Is full sync: ${isFullSync} and message lists length: ${messageLists.length}`,
102
+
`messageChannelId: ${messageChannel.id} Is full sync: ${isFullSync} and toImportCount: ${messageExternalIds.length}, toDeleteCount: ${messageExternalIdsToDelete.length}`,
102
103
);
103
104
104
105
constmessageChannelMessageAssociationRepository=
@@ -158,83 +159,12 @@ export class MessagingMessageListFetchService {
`messageChannelId: ${messageChannel.id} Full sync: Message channel message associations to delete in batch ${batchIndex}: ${messageChannelMessageAssociationsToDelete.length}`,
`messageChannelId: ${messageChannel.id} Full sync: Message channel message associations to delete in batch ${batchIndex}: ${messageChannelMessageAssociationsToDelete.length}`,
Copy file name to clipboardExpand all lines: packages/twenty-server/src/modules/messaging/message-import-manager/services/messaging-messages-import.service.ts
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -123,12 +123,14 @@ export class MessagingMessagesImportService {
0 commit comments