mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
The shared user/event finder filter functions read LocalCache.relayHints statically to discover which relays likely hold a user's metadata or a missing event. To let those functions move to commonMain, expose the HintIndexer (a quartz type) on ICacheProvider. Implement it on Android LocalCache (override the existing field), add one to DesktopLocalCache, and satisfy the four commonTest stub caches. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>