mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 07:26:37 +00:00
[RPC] Add 'delta' parameter to check_quota RPC.
This commit is contained in:
@@ -753,8 +753,8 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
|
||||
def get_org_user_quota(org_id, user):
|
||||
pass
|
||||
|
||||
@searpc_func("int", ["string"])
|
||||
def check_quota(repo_id):
|
||||
@searpc_func("int", ["string", "int64"])
|
||||
def check_quota(repo_id, delta):
|
||||
pass
|
||||
|
||||
# password management
|
||||
|
Reference in New Issue
Block a user