add a note for later

This commit is contained in:
ansuz 2020-09-25 14:27:22 +05:30
parent 5749b6fd7b
commit d9219f4ecc

View file

@ -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);