scoootscooob
|
e5bca0832f
|
refactor: move Telegram channel implementation to extensions/ (#45635)
* refactor: move Telegram channel implementation to extensions/telegram/src/
Move all Telegram channel code (123 files + 10 bot/ files + 8 channel plugin
files) from src/telegram/ and src/channels/plugins/*/telegram.ts to
extensions/telegram/src/. Leave thin re-export shims at original locations so
cross-cutting src/ imports continue to resolve.
- Fix all relative import paths in moved files (../X/ -> ../../../src/X/)
- Fix vi.mock paths in 60 test files
- Fix inline typeof import() expressions
- Update tsconfig.plugin-sdk.dts.json rootDir to "." for cross-directory DTS
- Update write-plugin-sdk-entry-dts.ts for new rootDir structure
- Move channel plugin files with correct path remapping
* fix: support keyed telegram send deps
* fix: sync telegram extension copies with latest main
* fix: correct import paths and remove misplaced files in telegram extension
* fix: sync outbound-adapter with main (add sendTelegramPayloadMessages) and fix delivery.test import path
|
2026-03-14 02:50:17 -07:00 |
|
Peter Steinberger
|
2015ab3194
|
fix(telegram): harden persisted offset confirmation and stall recovery
Landed from #39111 by @MumuTW.
Co-authored-by: MumuTW <clothl47364@gmail.com>
|
2026-03-07 20:47:33 +00:00 |
|
Peter Steinberger
|
18f8393b6c
|
fix: harden sandbox writes and centralize atomic file writes
|
2026-03-02 16:45:12 +00:00 |
|
Vincent Koc
|
8e821a061c
|
fix(telegram): scope polling offsets per bot and await shared runner stop (#24549)
* Telegram: scope polling offsets and await shared runner stop
* Changelog: remove unrelated session-fix entries from PR
* Update CHANGELOG.md
|
2026-02-23 09:43:47 -05:00 |
|
yinghaosang
|
6757a9fedc
|
fix(telegram): clean up update offset on channels remove --delete (#18233)
|
2026-02-16 23:53:06 +01:00 |
|
cpojer
|
f06dd8df06
|
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
|
2026-02-01 10:03:47 +09:00 |
|
cpojer
|
5ceff756e1
|
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
|
2026-01-31 16:19:20 +09:00 |
|
Peter Steinberger
|
c379191f80
|
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
|
2026-01-14 15:02:19 +00:00 |
|
Shadow
|
c08441c42c
|
Telegram: persist polling update offsets
Closes #739
|
2026-01-12 21:52:20 -06:00 |
|