mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
Replace profilepic:// string scheme with a ProfilePictureUrl data class. Coil routes to the fetcher by type via Fetcher.Factory<ProfilePictureUrl> instead of parsing a URI scheme string on every load. This avoids string concatenation at the call site and string parsing in the fetcher/keyer. https://claude.ai/code/session_01PBJS3HDrurLP3i5n4tMsCv