Skip to content

fix(social-telegram): tolerate missing message date#793

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
aiirvizionz:clientkit/telegram-invalid-date-fallback
Jul 14, 2026
Merged

fix(social-telegram): tolerate missing message date#793
ralyodio merged 1 commit into
profullstack:masterfrom
aiirvizionz:clientkit/telegram-invalid-date-fallback

Conversation

@aiirvizionz

Copy link
Copy Markdown
Contributor

Summary

  • avoid throwing after a successful Telegram sendMessage response when the message date is missing or unusable
  • fall back to the current timestamp for publishedAt
  • add regression coverage for successful responses without a date

Tests

  • vitest run packages/social/telegram/src/index.test.ts
  • tsc -p packages/social/telegram/tsconfig.json --noEmit

@github-actions

Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

3 similar comments
@github-actions

Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions

Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions

Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@ralyodio
ralyodio merged commit 1ccc4c7 into profullstack:master Jul 14, 2026
4 checks 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.

2 participants