fix: handle LogsResponse in ws_handler match

This commit is contained in:
Helios Agent 2026-03-04 11:59:54 +01:00
parent 9f933b39e7
commit fc9a7e2ec2
No known key found for this signature in database
GPG key ID: C8259547CD8309B5

View file

@ -90,6 +90,7 @@ async fn handle_client_message(session_id: Uuid, msg: ClientMessage, state: &App
| ClientMessage::ExecResponse { request_id, .. }
| ClientMessage::ListWindowsResponse { request_id, .. }
| ClientMessage::VersionResponse { request_id, .. }
| ClientMessage::LogsResponse { request_id, .. }
| ClientMessage::DownloadResponse { request_id, .. }
| ClientMessage::ClipboardGetResponse { request_id, .. }
| ClientMessage::Ack { request_id }