Skip to content

Commit

Permalink
fix: change wopi property to EnableRemoteAIContent
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Dec 12, 2024
1 parent 615eb49 commit 9bc4bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/WopiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function checkFileInfo(string $fileId, string $access_token): JSONRespons
'SupportsLocks' => $this->lockManager->isLockProviderAvailable(),
'IsUserLocked' => $this->permissionManager->userIsFeatureLocked($wopi->getEditorUid()),
'EnableRemoteLinkPicker' => $isSmartPickerEnabled,
'EnableRemoteAIAssistant' => $isTaskProcessingEnabled,
'EnableRemoteAIContent' => $isTaskProcessingEnabled,
'HasContentRange' => true,
];

Expand Down

0 comments on commit 9bc4bc6

Please sign in to comment.