mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 15:36:37 +00:00
Add rpc for getting trash repo owner
This commit is contained in:
@@ -964,3 +964,7 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
|
||||
@searpc_func("object", ["string", "string"])
|
||||
def get_file_count_info_by_path(repo_id, path):
|
||||
pass
|
||||
|
||||
@searpc_func("string", ["string"])
|
||||
def get_trash_repo_owner(repo_id):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user