fix(backend): sub-conversations can no longer be linked to parent conversations due to recent v1 changes (#12505)

This commit is contained in:
Hiep Le
2026-01-20 23:59:30 +07:00
committed by GitHub
parent d595945309
commit 275bb689e4
2 changed files with 520 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ async def on_conversation_update(
git_provider=existing.git_provider,
trigger=existing.trigger,
pr_number=existing.pr_number,
# Preserve parent/child relationship and other metadata
parent_conversation_id=existing.parent_conversation_id,
)
await app_conversation_info_service.save_app_conversation_info(
app_conversation_info