[Docs] Sync public docs with recent product changes - #1146
Merged
Conversation
Contributor
Author
| automatically at `<public-url>/api/webhooks/telegram` with the managed secret | ||
| token and `allowed_updates` including `message` and `callback_query`. | ||
| token and `allowed_updates` including `message`, `callback_query`, and | ||
| `message_reaction`. Roomote uses newly added 👍 reactions on suggested-task |
Contributor
Author
There was a problem hiding this comment.
Existing Telegram installations configured before this update will not receive message_reaction updates, but the documented connection check will still report them as connected: TELEGRAM_WEBHOOK_REQUIRED_UPDATES only requires message and callback_query (apps/web/src/trpc/commands/comms/index.ts:394). Include message_reaction there (and update its test) so the documented Repair path detects and fixes the stale webhook configuration.
mrubens
marked this pull request as ready for review
August 7, 2026 03:24
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 7, 2026 03:24
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.
What changed
message_reactionwebhook update and Discord forwarded-message behaviorWhy this change was made
Several user-facing behaviors merged during the latest 24-hour review window were missing from the public docs or described too narrowly. These updates align the guidance with the shipped communication, automation, and source-control behavior.
Impact
Users and self-hosted operators now have accurate setup and workflow guidance for suggested tasks, Telegram reactions, Discord forwards, issue triage, and pull-request review comments. There is no product runtime change.