multica/apps/gateway/telegram
Jiayuan Zhang 38181ab4db refactor(gateway): remove group chat support from Telegram bot
Group chats have unresolved issues in the Gateway context:
- Per-user deviceId causes context overwrites across groups
- Reply chains across users route to wrong Hubs
- Welcome messages are noisy in groups

Restrict to private chats only until a proper group model is designed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 22:12:26 +08:00
..
telegram-format.ts feat(gateway): port Desktop Telegram channel features to Gateway webhook bot 2026-02-13 22:06:43 +08:00
telegram-user.store.ts feat(utils): unify encrypted Device ID across all platforms 2026-02-13 17:34:23 +08:00
telegram.controller.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
telegram.module.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
telegram.service.ts refactor(gateway): remove group chat support from Telegram bot 2026-02-13 22:12:26 +08:00
types.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00