mirror of https://github.com/xwiki-labs/cryptpad
Test onlyoffice lock
This commit is contained in:
parent
9345747d19
commit
5e463258eb
|
@ -587,15 +587,17 @@ define([
|
|||
var myId = getId();
|
||||
content.locks[myId] = msg;
|
||||
oldLocks = JSON.parse(JSON.stringify(content.locks));
|
||||
// Answer to our onlyoffice
|
||||
send({
|
||||
type: "getLock",
|
||||
locks: getLock()
|
||||
});
|
||||
// Remove old locks
|
||||
deleteOfflineLocks();
|
||||
// Commit
|
||||
APP.onLocal();
|
||||
APP.realtime.onSettle(function () {
|
||||
// Answer to our onlyoffice
|
||||
send({
|
||||
type: "getLock",
|
||||
locks: getLock()
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
var parseChanges = function (changes) {
|
||||
|
|
Loading…
Reference in New Issue