roll back to old transform function, except in pad

This commit is contained in:
ansuz
2017-11-06 17:18:10 +01:00
parent d10f752457
commit e07bb0f7b3
2 changed files with 5 additions and 4 deletions

View File

@@ -378,9 +378,7 @@ define([
}).nThen(function (waitFor) {
cpNfInner = common.startRealtime({
// really basic operational transform
transformFunction: options.transformFunction || JsonOT.validate,
patchTransformer: options.patchTransformer || JsonOT.patchTransformer,
transformFunction: options.transformFunction || JsonOT.transform,
// cryptpad debug logging (default is 1)
// logLevel: 0,