hermes-agent/plugins/platforms/telegram
teknium1 69f08c2eb5 fix(telegram): guard _post_connect_task access for object.__new__ test pattern
disconnect() reads self._post_connect_task, but several tests build a bare
TelegramAdapter via object.__new__() without calling __init__ (which sets the
attr). Use getattr(..., None) so disconnect() works on those instances too
(pitfall #17).
2026-07-01 03:18:57 -07:00
..
__init__.py
adapter.py fix(telegram): guard _post_connect_task access for object.__new__ test pattern 2026-07-01 03:18:57 -07:00
plugin.yaml
telegram_ids.py fix(telegram): accept @username chat_id in delivery paths (#13206) 2026-06-27 04:01:58 -07:00
telegram_network.py