Fix migration issue with OnlyOffice

This commit is contained in:
yflory 2020-08-03 11:57:57 +02:00 committed by ansuz
parent a41de25b87
commit 7b847fc6e4

View file

@ -533,6 +533,7 @@ define([
};
var loadLastDocument = function (lastCp, onCpError, cb) {
ooChannel.cpIndex = lastCp.index || 0;
ooChannel.lastHash = lastCp.hash;
var parsed = Hash.parsePadUrl(lastCp.file);
var secret = Hash.getSecrets('file', parsed.hash);
if (!secret || !secret.channel) { return; }