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:
@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user