Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RegexSubscriptionFilter hidden behind undefined feature #2055

Closed
tzemanovic opened this issue Apr 21, 2021 · 0 comments · Fixed by #2056
Closed

RegexSubscriptionFilter hidden behind undefined feature #2055

tzemanovic opened this issue Apr 21, 2021 · 0 comments · Fixed by #2056

Comments

@tzemanovic
Copy link
Contributor

Hello,

I'm trying to use the libp2p::gossipsub::subscription_filter::RegexSubscriptionFilter, but it's hidden because of the conditional compilation in

#[cfg(feature = "regex-filter")]
. The "regex-filter" feature is not defined anywhere, so there's seems to be no way to switch it on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant