Extract cloud publish transfer helper

This commit is contained in:
2026-06-15 21:42:25 +02:00
parent 91c3d2b2d8
commit 07f3ca81f0
4 changed files with 66 additions and 16 deletions

View File

@@ -202,6 +202,11 @@ The retained cloud download flow in
`src/legacy_cloud_services.cpp`, so the remaining cloud bridge debt is
further concentrated on retained prompt/progress lifetime, OpenGL context
guarding, and the still-retained transfer-thread execution model.
The retained cloud publish transfer-and-success body in
`execute_cloud_publish_worker()` now also routes through a focused helper in
`src/legacy_cloud_services.cpp`, so the remaining cloud bridge debt is
further concentrated on retained prompt/progress lifetime, OpenGL context
guarding, and the still-retained transfer-thread execution model.
Recent 2026-06-13 retained preview reductions continue to narrow DEBT-0036:
`NodeStrokePreview::draw_stroke_immediate()` now also routes