Skip to content

fix(telegram): allow disabling typing indicators - #30013

Closed
kenners22 wants to merge 1 commit into
NousResearch:mainfrom
kenners22:fix/telegram-typing-indicator-config
Closed

fix(telegram): allow disabling typing indicators#30013
kenners22 wants to merge 1 commit into
NousResearch:mainfrom
kenners22:fix/telegram-typing-indicator-config

Conversation

@kenners22

Copy link
Copy Markdown

Summary

  • Bridge telegram.typing_indicators from config into Telegram adapter extra config
  • Allow typing indicators to be disabled by config or TELEGRAM_TYPING_INDICATORS env override
  • Add focused regression coverage

Test Plan

  • python -m py_compile gateway/config.py gateway/platforms/telegram.py tests/gateway/test_telegram_typing_indicator_config.py
  • python -m pytest tests/gateway/test_telegram_typing_indicator_config.py -q -o addopts=

@alt-glitch alt-glitch added type/feature New feature or request comp/gateway Gateway runner, session dispatch, delivery platform/telegram Telegram bot adapter P3 Low — cosmetic, nice to have labels May 21, 2026
@teknium1

Copy link
Copy Markdown
Contributor

Superseded by #55394 (merged to main, commit 05ac167). That PR adds a generic per-platform typing_indicator flag at the shared _keep_typing spawn site, so the Telegram disable you wanted now works via typing_indicator: false under your telegram platform config — same key for every platform. Thanks for the contribution — credited in the merged PR.

@teknium1 teknium1 closed this Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/gateway Gateway runner, session dispatch, delivery P3 Low — cosmetic, nice to have platform/telegram Telegram bot adapter type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants