You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rabbit_nodes: No need to filter members twice in list_*()
[Why]
The functions were all calling their corresponding `filter_*()`
functions which filter members first. Because the initial functions
already took a list of members, we don't need to filter them again.
[How]
We can call the `do_filter_*()` functions directly.
0 commit comments