···173173174174 // discover only repos that publish xyz.statusphere.status records,
175175 // and only store that collection (all other record types are dropped).
176176- hydrant.filter.set_mode(FilterMode::Filter).await?;
177177- hydrant.filter.set_signals([COLLECTION]).await?;
178178- hydrant.filter.set_collections([COLLECTION]).await?;
176176+ hydrant
177177+ .filter
178178+ .set_mode(FilterMode::Filter)
179179+ .set_signals([COLLECTION])
180180+ .set_collections([COLLECTION])
181181+ .apply()
182182+ .await?;
179183180184 // replay all persisted events from the start to rebuild the in-memory index,
181185 // then switch to live tail. since the index is in-memory, we always need the