gateway: debounce queued text follow-ups

This commit is contained in:
Paulo Nascimento
2026-05-24 01:31:45 -07:00
committed by Teknium
parent 21db250034
commit 7abd62719b
10 changed files with 607 additions and 89 deletions
@@ -47,6 +47,7 @@ def _make_adapter():
"""Create a minimal adapter for testing the active-session guard."""
config = PlatformConfig(enabled=True, token="test-token")
adapter = _StubAdapter(config, Platform.TELEGRAM)
adapter._busy_text_mode = ""
adapter.sent_responses = []
async def _mock_handler(event):