From e93a132e170104bd19667bc82029ae269c1e9cc3 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 11 Jul 2024 22:02:57 +0200 Subject: [PATCH] docs: add changelog --- changelog/unreleased/missing-wopi-keys.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/missing-wopi-keys.md diff --git a/changelog/unreleased/missing-wopi-keys.md b/changelog/unreleased/missing-wopi-keys.md new file mode 100644 index 0000000000..cab48f9c23 --- /dev/null +++ b/changelog/unreleased/missing-wopi-keys.md @@ -0,0 +1,5 @@ +Enhancement: Add missing WOPI features + +We added the feature to disable the chat for onlyoffice and added the missing language parameters to the wopi app url. + +https://github.com/owncloud/ocis/pull/9580