From 14b1d62351984c4edf74aa9df36f2f4bf76a97dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Mon, 25 Sep 2023 09:28:44 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/do-not-reset-received-share-state.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/do-not-reset-received-share-state.md diff --git a/changelog/unreleased/do-not-reset-received-share-state.md b/changelog/unreleased/do-not-reset-received-share-state.md new file mode 100644 index 0000000000..d05cbbca14 --- /dev/null +++ b/changelog/unreleased/do-not-reset-received-share-state.md @@ -0,0 +1,6 @@ +Bugfix: Do not reset received share state to pending + +We fixed a problem where the states of received shares were reset to PENDING +in the "ocis migrate rebuild-jsoncs3-indexes" command + +https://github.com/owncloud/ocis/issues/7319