Files
openswarm/backend/apps/telegram_bot
TheAchiever6823 49130d9351 [shawn] chore: drop unused _connected_phone from telegram_bot/listener.py
Removed:
- _connected_phone (L143, 6 lines) — docstring said 'backwards-compat
  helper used by the user-account path' but nothing in the repo still
  calls it.

Verified zero callers via:
  grep -rn '_connected_phone' backend electron frontend/src

Returned only the definition line. 802 tests pass; listener module
imports clean.
2026-05-19 15:03:35 -07:00
..