Merge branch 'master' of gitlab.com:samnasbo/shared/galaxy into experiment/cross-check

# Conflicts:
#	app/src/settings_view/mod.rs
This commit is contained in:
Ryan Ward
2026-07-23 13:17:04 -05:00
61 changed files with 953 additions and 22422 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ impl SseClient for reqwest::Client {
return Err(SseTransportError::UnexpectedContentType(None));
}
}
let event_stream = SseStream::from_byte_stream(response.bytes_stream()).boxed();
let event_stream = SseStream::from_bytes_stream(response.bytes_stream()).boxed();
Ok(event_stream)
}
}