fix(telegram,core): no draft for seed turns

This commit is contained in:
hh
2026-08-28 18:59:00 +02:00
parent 43407016d0
commit 38986cb82e
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -465,6 +465,7 @@ async def test_commands_status_merge_and_new(stack: Stack) -> None:
await stack.world.settle(child, 1)
await asyncio.sleep(0.2)
assert all(m["thread"] != 902 for m in stack.bot.sent)
assert all(d["message_thread_id"] != 902 for d in stack.bot.drafts)
stack.bot.message("первое в новый топик", thread=902)
reply = await stack.until(lambda: stack.sent_with("первое в новый топик"), what="r")
assert reply["thread"] == 902