docs: drop legacy telegram pairing mention

This commit is contained in:
Peter Steinberger
2026-01-08 09:57:03 +01:00
parent bce3cc992f
commit bfd3eb46c7
3 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ export async function noteSecurityWarnings(cfg: ClawdbotConfig) {
`- Telegram DMs: locked (telegram.dmPolicy="${dmPolicy}") with no allowlist; unknown senders will be blocked / get a pairing code.`,
);
warnings.push(
` Approve via: clawdbot telegram pairing list / clawdbot telegram pairing approve <code>`,
` Approve via: clawdbot pairing list --provider telegram / clawdbot pairing approve --provider telegram <code>`,
);
}