pub async fn entries_for_feed(
pool: &SqlitePool,
did: &str,
feed_id: i64,
) -> Result<Vec<Entry>>Expand description
All entries for a feed, newest-published first — scoped to did’s
subscriptions. Returns an empty vec if did does not subscribe to the feed.