mirror of https://github.com/xwiki-labs/cryptpad
take note of a minor error with pin RPCs
This commit is contained in:
parent
f86409e1ba
commit
471a9a33ac
|
@ -114,6 +114,7 @@ Pinning.getTotalSize = function (Env, safeKey, cb) {
|
|||
/* Users should be able to clear their own pin log with an authenticated RPC
|
||||
*/
|
||||
Pinning.removePins = function (Env, safeKey, cb) {
|
||||
// FIXME respect the queue
|
||||
Env.pinStore.removeChannel(safeKey, function (err) {
|
||||
Env.Log.info('DELETION_PIN_BY_OWNER_RPC', {
|
||||
safeKey: safeKey,
|
||||
|
|
Loading…
Reference in New Issue