self host debug support part 2 - add vnc support flag in debug session model (#3419)

This commit is contained in:
LawyZheng
2025-09-12 21:16:48 +08:00
committed by GitHub
parent a05987768a
commit f65bae5662
5 changed files with 40 additions and 0 deletions

View File

@@ -2339,6 +2339,7 @@ async def new_debug_session(
organization_id=current_org.organization_id,
user_id=current_user_id,
workflow_permanent_id=workflow_permanent_id,
vnc_streaming_supported=True if new_browser_session.ip_address else False,
)
LOG.info(