mirror of https://github.com/xwiki-labs/cryptpad
add a note for later
This commit is contained in:
parent
5749b6fd7b
commit
d9219f4ecc
|
@ -153,6 +153,7 @@ var archiveDocument = function (Env, Server, cb, data) {
|
|||
|
||||
switch (id.length) {
|
||||
case 32:
|
||||
// TODO disconnect users from active sessions
|
||||
return void Env.msgStore.archiveChannel(id, cb);
|
||||
case 48:
|
||||
return void Env.blobStore.archive.blob(id, cb);
|
||||
|
|
Loading…
Reference in New Issue