mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-02 05:14:37 +00:00
Add rpc get_groups_members().
This commit is contained in:
@@ -446,3 +446,7 @@ class CcnetThreadedRpcClient(RpcClientBase):
|
||||
@searpc_func("string", ["string"])
|
||||
def get_primary_id(self, email):
|
||||
pass
|
||||
|
||||
@searpc_func("objlist", ["string"])
|
||||
def get_groups_members(self, group_ids):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user