mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 23:46:53 +00:00
Add rpc repo_has_been_shared().
This commit is contained in:
@@ -1025,3 +1025,7 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
|
||||
@searpc_func("int", ["string", "string", "int"])
|
||||
def set_server_config_boolean (group, key, value):
|
||||
pass
|
||||
|
||||
@searpc_func("int", ["string", "int"])
|
||||
def repo_has_been_shared (repo_id, including_groups):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user