Skip to content

Commit

Permalink
Update server/src/client_api.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman authored Dec 5, 2024
1 parent 323ff96 commit b3122da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/client_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub async fn stream_features(
)
.await;
match (req.app_data::<Data<FeatureRefresher>>(), 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!(),
}
Expand Down

0 comments on commit b3122da

Please sign in to comment.