Skip to content

Remove deactivated Telegram provider#2461

Merged
broody merged 1 commit intomainfrom
kronosapiens/remove-telegram-provider
Mar 3, 2026
Merged

Remove deactivated Telegram provider#2461
broody merged 1 commit intomainfrom
kronosapiens/remove-telegram-provider

Conversation

@kronosapiens
Copy link
Contributor

Removes the TelegramProvider and TelegramBackend classes along with the @telegram-apps/sdk dependency since the Telegram integration is no longer supported.

Changes

  • Delete unused TelegramProvider and TelegramBackend classes
  • Remove @telegram-apps/sdk dependency from package.json
  • Update session.tsx comment to remove Telegram-specific context
  • Clean up pnpm-lock.yaml

The constants and query parameter naming conventions remain unchanged as they're used by other providers.

Remove TelegramProvider and TelegramBackend classes along with the @telegram-apps/sdk dependency since the Telegram integration is no longer supported. Update comment in session.tsx to remove Telegram-specific context.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
controller-example-next Building Building Preview Mar 3, 2026 2:23pm
keychain Building Building Preview Mar 3, 2026 2:23pm
keychain-storybook Building Building Preview Mar 3, 2026 2:23pm

Request Review

@broody broody merged commit 34524ca into main Mar 3, 2026
12 checks passed
@broody broody deleted the kronosapiens/remove-telegram-provider branch March 3, 2026 18:10
@claude
Copy link
Contributor

claude bot commented Mar 3, 2026

Claude finished @kronosapiens's task —— View job


Documentation analysis complete ✅

Change Summary: PR #2461 removed Telegram integration (TelegramProvider, TelegramBackend, @telegram-apps/sdk dependency)

Analysis Result: This is a user-facing change requiring documentation updates.

Findings:

  • Found Telegram integration documentation at docs-repo/src/pages/controller/examples/telegram.md
  • Found sidebar reference in docs-repo/vocs.config.ts (lines 202-205)
  • Both need to be removed since Telegram integration is no longer supported

Actions Taken:

  • ✅ Removed /controller/examples/telegram.md documentation page (staged)
  • ✅ Removed Telegram sidebar entry from vocs.config.ts (staged)

Status: Changes are prepared in docs-repo/ but cannot be committed due to git identity configuration limitations. The following files are ready to commit:

# Deleted file
- src/pages/controller/examples/telegram.md

# Modified file: vocs.config.ts
-              {
-                text: "Telegram",
-                link: "/controller/examples/telegram",
-              },

Next Steps: Someone with access needs to commit and push these changes to the docs repository:

cd docs-repo
git commit -m "docs: remove Telegram integration documentation

Removes Telegram example documentation and sidebar reference following
the removal of TelegramProvider and TelegramBackend in controller PR #2461.

Related: cartridge-gg/controller#2461"
git push origin main

tarrencev added a commit to cartridge-gg/docs that referenced this pull request Mar 3, 2026
Updates documentation to reflect changes made in:
    Remove deactivated Telegram provider

    Related controller PR: cartridge-gg/controller#2461

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants