Skip to content

[Docs] Sync public docs with recent product changes - #1146

Merged
mrubens merged 1 commit into
developfrom
feature/sync-public-docs-2gzgqajaq6m2s
Aug 7, 2026
Merged

[Docs] Sync public docs with recent product changes#1146
mrubens merged 1 commit into
developfrom
feature/sync-public-docs-2gzgqajaq6m2s

Conversation

@roomote-community

Copy link
Copy Markdown
Contributor

Created by Roomote. Follow up by mentioning @roomote, in the web UI, or in Discord.

What changed

  • documented how teammates launch suggested tasks from Slack, Discord, Microsoft Teams, and Telegram
  • clarified how conversational custom-automation requests produce launchable follow-ups
  • added Telegram's required message_reaction webhook update and Discord forwarded-message behavior
  • documented cross-provider inline review comments and corrected issue-triage outcomes

Why 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.

@roomote-community

roomote-community Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

1 issue outstanding. See task

  • Telegram webhook health checks do not require message_reaction, so existing installations can be reported connected while unable to launch suggested tasks from reactions.

Reviewed 77f85d8

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
mrubens marked this pull request as ready for review August 7, 2026 03:24
@mrubens
mrubens merged commit 8193188 into develop Aug 7, 2026
18 checks passed
@mrubens
mrubens deleted the feature/sync-public-docs-2gzgqajaq6m2s branch August 7, 2026 03:24
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