mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
fix(backend): sub-conversations can no longer be linked to parent conversations due to recent v1 changes (#12505)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user