mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-01 21:07:18 +00:00
Update is_group_user().
This commit is contained in:
@@ -331,8 +331,8 @@ class CcnetThreadedRpcClient(RpcClientBase):
|
||||
def remove_group_user(self, username):
|
||||
pass
|
||||
|
||||
@searpc_func("int", ["int", "string"])
|
||||
def is_group_user(self, group_id, user):
|
||||
@searpc_func("int", ["int", "string", "int"])
|
||||
def is_group_user(self, group_id, user, in_structure):
|
||||
pass
|
||||
|
||||
@searpc_func("int", ["int", "string"])
|
||||
|
Reference in New Issue
Block a user