Fix transactions within rest + limit (#14264)

This commit is contained in:
Weiko
2025-09-02 21:54:43 +02:00
committed by GitHub
parent 89c620ee52
commit 1eeca13458
7 changed files with 25 additions and 34 deletions
@@ -222,9 +222,10 @@ export class MessagingMessageListFetchService {
`messageChannelId: ${messageChannel.id} launching workspace thread cleanup`,
);
await this.messagingMessageCleanerService.cleanWorkspaceThreads(
workspaceId,
);
// TODO: Re-enable this after we have a way to clean up threads without impacting the message import
// await this.messagingMessageCleanerService.cleanWorkspaceThreads(
// workspaceId,
// );
this.logger.log(
`messageChannelId: ${messageChannel.id} Total messages to import count: ${totalMessagesToImportCount}`,