diff --git a/controller/editorapicontroller.php b/controller/editorapicontroller.php index 3e4a4fa4..1676cc5f 100644 --- a/controller/editorapicontroller.php +++ b/controller/editorapicontroller.php @@ -317,11 +317,6 @@ public function config($fileId, $filePath = null, $shareToken = null, $version = $fileStorage = $file->getStorage(); if (empty($shareToken) && $fileStorage->instanceOfStorage("\OCA\Files_Sharing\SharedStorage")) { - $params["editorConfig"]["coEditing"] = [ - "mode" => "strict", - "change" => false - ]; - $storageShare = $fileStorage->getShare(); if (method_exists($storageShare, "getAttributes")) { $attributes = $storageShare->getAttributes();