Skip to content

fix(telegram): start typing before message processing#612

Open
onmax wants to merge 1 commit into
vercel:mainfrom
onmax:codex/telegram-early-typing
Open

fix(telegram): start typing before message processing#612
onmax wants to merge 1 commit into
vercel:mainfrom
onmax:codex/telegram-early-typing

Conversation

@onmax

@onmax onmax commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Send Telegram typing actions immediately for private incoming message updates before handing the message to Chat SDK processing. This lets Telegram clients show the native ... indicator during early processing instead of waiting for downstream handler code to call thread.startTyping().

The change is scoped to private, non-bot Telegram messages and adds regression coverage for the ordering plus a patch changeset. This pull request has been completely done by Codex.

Closes #611

Test plan

  • pnpm validate
  • pnpm --filter @chat-adapter/telegram test
  • pnpm --filter @chat-adapter/telegram typecheck
  • pnpm --filter @chat-adapter/telegram build

Checklist

  • All commits are signed and verified
  • pnpm validate passes
  • Changeset added (or N/A — see CONTRIBUTING.md)
  • Documentation updated (or N/A)

@onmax onmax requested a review from a team as a code owner June 12, 2026 14:45
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

@onmax is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@Jonathancombs782 Jonathancombs782 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sign and verify all commits as well as validate pnpm passes to finish whole checklist

@onmax onmax force-pushed the codex/telegram-early-typing branch 2 times, most recently from 606f8ed to 117cadf Compare June 12, 2026 15:03
@onmax onmax force-pushed the codex/telegram-early-typing branch from 117cadf to f922460 Compare June 12, 2026 15:14
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.

Telegram typing indicator starts too late

2 participants