Skip to content

fix: /model chatId extraction off-by-one#71

Merged
royosherove merged 1 commit intomainfrom
fix/model-chatid-parse
May 9, 2026
Merged

fix: /model chatId extraction off-by-one#71
royosherove merged 1 commit intomainfrom
fix/model-chatid-parse

Conversation

@royosherove
Copy link
Copy Markdown
Member

Thread ID format is telegram:<chatId>[:threadId]. Was using split(':')[0] which gives 'telegram', not the chatId. Fixed to [1].

Thread ID format is telegram:<chatId>[:threadId], so split(":")[0]
gives "telegram" not the chatId. Fixed to use [1].
@royosherove royosherove merged commit aa41a8f into main May 9, 2026
1 check passed
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.

1 participant