Merged
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
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:
Actions Taken:
Status: Changes are prepared in # 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the TelegramProvider and TelegramBackend classes along with the @telegram-apps/sdk dependency since the Telegram integration is no longer supported.
Changes
TelegramProviderandTelegramBackendclasses@telegram-apps/sdkdependency from package.jsonThe constants and query parameter naming conventions remain unchanged as they're used by other providers.