mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
describe arguments for 'completeUpload' RPC
This commit is contained in:
parent
e185008846
commit
faa84bcbd7
@ -427,9 +427,9 @@ Workers.initialize = function (Env, config, _cb) {
|
||||
Env.completeUpload = function (safeKey, arg, owned, cb) {
|
||||
sendCommand({
|
||||
command: "COMPLETE_UPLOAD",
|
||||
owned: owned,
|
||||
safeKey: safeKey,
|
||||
arg: arg,
|
||||
owned: owned, // Boolean
|
||||
safeKey: safeKey, // String (public key)
|
||||
arg: arg, // String (file id)
|
||||
}, cb);
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user