fix(infra): deserialize channel schedule_config via ScheduleConfigCompat for V1 compat

This commit is contained in:
2026-03-17 14:56:09 +01:00
parent 26343b08f8
commit 8bdd5e2277
3 changed files with 289 additions and 3 deletions

View File

@@ -702,6 +702,7 @@ dependencies = [
"email_address",
"rand 0.8.5",
"serde",
"serde_json",
"thiserror 2.0.17",
"tokio",
"url",