fix(telegram): normalize forum topics and bot command mentions - #18913
Closed
nocturnum91 wants to merge 1 commit into
Closed
fix(telegram): normalize forum topics and bot command mentions#18913nocturnum91 wants to merge 1 commit into
nocturnum91 wants to merge 1 commit into
Conversation
nocturnum91
force-pushed
the
fix/telegram-forum-topic-bot-command-mentions
branch
5 times, most recently
from
May 6, 2026 05:01
214ff2e to
c1ba034
Compare
nocturnum91
force-pushed
the
fix/telegram-forum-topic-bot-command-mentions
branch
11 times, most recently
from
May 13, 2026 17:33
5b54ec7 to
a47d3b3
Compare
nocturnum91
force-pushed
the
fix/telegram-forum-topic-bot-command-mentions
branch
8 times, most recently
from
May 19, 2026 12:32
f8a1476 to
a8134c0
Compare
nocturnum91
force-pushed
the
fix/telegram-forum-topic-bot-command-mentions
branch
from
May 19, 2026 14:11
a8134c0 to
6eb8ad5
Compare
Contributor
|
Your commit was cherry-picked onto current Since this branch was opened, two of the three parts had already landed on
Telegram also moved from |
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 does this PR do?
Fixes Telegram gateway group/forum edge cases so General-topic forum messages and bot-command mentions are routed and gated consistently.
Related Issue
N/A.
Type of Change
Changes Made
message_thread_id=Nonemaps to thread id"1"where topic routing needs it.How to Test
"1"for topic-aware routing.Verification performed during refresh:
uv run --extra dev pytest ...focused Telegram tests: 104 passed.VERDICT: CLEAN.mainand updated with--force-with-lease.Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests passNote: I ran focused/regression tests locally for the changed Telegram gateway behavior and am relying on GitHub Actions for the full matrix.
Documentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/AFor New Skills
N/A — this PR does not add a skill.
Screenshots / Logs
N/A. Relevant verification is in local focused test output, Codex review logs, and GitHub Actions checks.