internal-messages-backend-and-frontend (#10291)

fixes https://github.com/twentyhq/twenty/issues/10263
fixes https://github.com/twentyhq/twenty/issues/10262 also
This commit is contained in:
Guillim
2025-02-19 15:02:10 +01:00
committed by GitHub
parent 7636def54d
commit ad9af65898
5 changed files with 159 additions and 5 deletions

View File

@ -44,7 +44,7 @@ export const SettingsAccountsBlocklistSection = () => {
<Section>
<H2Title
title={t`Blocklist`}
description={t`Exclude the following people and domains from my email sync`}
description={t`Exclude the following people and domains from my email sync. Internal conversations will not be imported`}
/>
<SettingsAccountsBlocklistInput
blockedEmailOrDomainList={blocklist.map((item) => item.handle)}