fix(bot): publish wizard-created sessions
PR Checks / test-and-build (pull_request) Successful in 11m58s

After the shared create handler persists sessions, create a Telegram topic when needed, send the schedule/signup message, and store thread_id/batch_message_id/topic_created_by_bot for the batch. Add a Testcontainers regression test for the wizard SubmitDraftAsync happy path. Bump version to 3.9.9.
This commit is contained in:
2026-06-09 16:16:36 +03:00
parent 5014ca5c58
commit 956ec01583
6 changed files with 208 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.9.8</Version>
<Version>3.9.9</Version>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>