feat(bots-whatsapp): drop the unpredictable-bans paragraph from the AboutCard risk callout
This commit is contained in:
parent
42d9ccfbf3
commit
526515dcde
3 changed files with 0 additions and 5 deletions
|
|
@ -709,7 +709,6 @@ const AboutModal = ({ t, onClose }: AboutModalProps) => {
|
|||
<h3 class="about-warn-callout-title">{t('warning.title')}</h3>
|
||||
</header>
|
||||
<p>{t('warning.body-1')}</p>
|
||||
<p>{t('warning.body-2')}</p>
|
||||
<p>
|
||||
{t('warning.tos-label')}{' '}
|
||||
<a href={t('warning.tos-url')} target="_blank" rel="noreferrer noopener">
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@ export const EN: Record<StringKey, string> = {
|
|||
'warning.title': 'Important before linking WhatsApp',
|
||||
'warning.body-1':
|
||||
'Mautrix-whatsapp connects to your account through the same linked-device mechanism as WhatsApp Web. Technically a standard API — but unlike other messengers, WhatsApp’s terms of service explicitly forbid connecting through third-party clients, and Meta may ban your account for it.',
|
||||
'warning.body-2':
|
||||
'WhatsApp bans are regular and unpredictable — Meta does not publish criteria. For some users the bridge works for years without issue; for others the account is banned within hours of linking.',
|
||||
'warning.tos-label': 'WhatsApp terms of service:',
|
||||
'warning.tos-url': 'https://www.whatsapp.com/legal/terms-of-service',
|
||||
'card.about.name': 'How the WhatsApp bot works',
|
||||
|
|
|
|||
|
|
@ -58,8 +58,6 @@ export const RU = {
|
|||
'warning.title': 'Важно знать до подключения WhatsApp',
|
||||
'warning.body-1':
|
||||
'Mautrix-whatsapp подключает ваш аккаунт через тот же механизм связанных устройств, что и WhatsApp Web. Технически это стандартный API — но в отличие от других мессенджеров, условия использования WhatsApp прямо запрещают подключение через сторонние клиенты, и Meta может заблокировать аккаунт за это.',
|
||||
'warning.body-2':
|
||||
'Блокировки со стороны WhatsApp регулярны и непредсказуемы — точные критерии Meta не публикует. У одних мост работает годами без проблем, у других аккаунт блокируется в первые часы после привязки.',
|
||||
// Источник про запрет в ToS — даём юзеру возможность дойти до
|
||||
// оригинала самому, не доверять нам на слово. Кликается потому что
|
||||
// host-side iframe sandbox получил allow-popups (см.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue