server: refactor group requests to use filters
This commit is contained in:
committed by
nitnelave
parent
a1fe703bf0
commit
c850fa4273
@@ -134,7 +134,7 @@ impl<Handler: BackendHandler + Sync> Query<Handler> {
|
||||
}
|
||||
Ok(context
|
||||
.handler
|
||||
.list_groups()
|
||||
.list_groups(None)
|
||||
.await
|
||||
.map(|v| v.into_iter().map(Into::into).collect())?)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user