Skip to main content

feeds_for_did

Function feeds_for_did 

Source
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.