3938 change email auto import to contact ive sent email to (#3995)

* done

* working

* wip

* merge main

* almost done

* improvement
This commit is contained in:
bosiraphael
2024-02-19 17:29:38 +01:00
committed by GitHub
parent 2f9e503a8b
commit e34e341ddc
6 changed files with 96 additions and 16 deletions

View File

@ -43,7 +43,7 @@ export class CreateCompaniesAndContactsAfterSyncJob
}
const messageParticipantsWithoutPersonIdAndWorkspaceMemberId =
await this.messageParticipantService.getByMessageChannelIdWithoutPersonIdAndWorkspaceMemberId(
await this.messageParticipantService.getByMessageChannelIdWithoutPersonIdAndWorkspaceMemberIdAndMessageOutgoing(
messageChannelId,
workspaceId,
);