multica/apps/desktop/electron
Naiyuan Qing 43d11a6e5d fix(channels): address code review issues
- Fix double useChannels() instantiation: call once in ChannelsPage,
  pass as props to TelegramCard
- Mask bot tokens in channels:getConfig before sending to renderer
- Add input validation (isValidId, token length) on all IPC handlers
- Fix stopAccount() to clean up typingTimer, lastRoute, aggregator,
  and debouncer when stopping the account they belong to
- Add try/catch to stopChannel/startChannel in useChannels hook
- Consistent return type { ok, error? } on channels:stop handler
- Add tooltip hint on disabled Remove button

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 13:05:34 +08:00
..
ipc fix(channels): address code review issues 2026-02-09 13:05:34 +08:00
electron-env.d.ts fix(channels): address code review issues 2026-02-09 13:05:34 +08:00
main.ts fix(desktop): open external links in system browser 2026-02-09 08:04:25 +08:00
preload.ts feat(desktop): add Channels configuration page with Telegram support 2026-02-09 12:50:24 +08:00