straw/rust/strawcore/src
Kayos 2afdcf3d5c vc=32 fix: drop SearchItem.uploader_avatar — not on StreamInfoItem
I confused StreamInfo (the big single-video struct, has
uploader_avatars: ImageSet) with StreamInfoItem (the card struct used
in search results / channel video lists / related streams — no
uploader_avatars field). cargoBuildHost caught it: E0609 no field
`uploader_avatars`.

Drop the field from SearchItem (and from the Kotlin construction
sites). For the subs feed and "more from this channel" we already
use the channel-level avatar from ChannelInfo.avatar, which is the
right granularity anyway (every video from one channel shares one
avatar). Per-card uploader avatars on search/related stay null until
strawcore-core extracts them on StreamInfoItem too.
2026-05-25 12:38:50 -07:00
..
channel.rs Phase 7 — strawcore wrapper now bridges to Sulkta-Coop/strawcore-core 2026-05-24 17:29:23 -07:00
error.rs Phase 7 — strawcore wrapper now bridges to Sulkta-Coop/strawcore-core 2026-05-24 17:29:23 -07:00
lib.rs Phase 7 — strawcore wrapper now bridges to Sulkta-Coop/strawcore-core 2026-05-24 17:29:23 -07:00
runtime.rs Phase 7 — strawcore wrapper now bridges to Sulkta-Coop/strawcore-core 2026-05-24 17:29:23 -07:00
search.rs vc=32 fix: drop SearchItem.uploader_avatar — not on StreamInfoItem 2026-05-25 12:38:50 -07:00
stream.rs Phase 7 — strawcore wrapper now bridges to Sulkta-Coop/strawcore-core 2026-05-24 17:29:23 -07:00
uniffi-bindgen.rs v0.1.0-U (vc=8): Phase U-1 + U-2 — Rust core + rustypipe search 2026-05-24 08:36:50 -07:00