diff --git a/server/src/client_api.rs b/server/src/client_api.rs index 58d134db..709b4e14 100644 --- a/server/src/client_api.rs +++ b/server/src/client_api.rs @@ -56,6 +56,7 @@ pub async fn stream_features( ) .await; match (req.app_data::>(), features) { + // we should pass in query, filter_set, and validated_token to store in the broadcaster, I think (Some(refresher), Ok(features)) => Ok(refresher.broadcaster.new_client(features).await), _ => todo!(), }