pub async fn feeds_for_did(pool: &SqlitePool, did: &str) -> Result<Vec<Feed>>Expand description
The feeds a did currently subscribes to, per its sub_ref projection.
Used by the PDS-unreachable fallback in resolve_subscriptions to render
the sidebar from the caller’s OWN last-known subscriptions (fail closed)
rather than every cached feed.