async fn update_feed( client: &Client, subs: Arc<RwLock<Subscriptions>>, sub_url: &String, sub_users: &HashSet<String>, ) -> Result<(), Error>