fix: keep Send All response updates window-scoped (#405)

This commit is contained in:
Gregory Schier
2026-02-25 06:54:59 -08:00
committed by GitHub
parent b2a70d8938
commit 020589f2e6
3 changed files with 38 additions and 16 deletions

View File

@@ -362,7 +362,7 @@ async fn handle_host_plugin_request<R: Runtime>(
workspace_id: http_request.workspace_id.clone(),
..Default::default()
},
&UpdateSource::Plugin,
&UpdateSource::from_window_label(window.label()),
&blobs,
)?
};