fix(telegram,core): bare seeds stay silent in telegram

This commit is contained in:
hh
2026-08-28 18:42:35 +02:00
parent 7b0c61c18e
commit 7240e0cdac
3 changed files with 9 additions and 3 deletions
@@ -668,9 +668,7 @@ class TelegramFrontend(Frontend):
key=f"{event.get('turn_id')}:error",
)
case "reply":
if conv.kind == "master" and str(
event.get("item_origin") or ""
).startswith("сид"):
if str(event.get("item_origin") or "").startswith("сид"):
return
await self._on_reply(conv, event)
case "say":