From ab69ef79262ce3f08b1ff43c608c501942e5dbd7 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 14 Oct 2022 11:14:20 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/remove-system-users-events-config.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/remove-system-users-events-config.md diff --git a/changelog/unreleased/remove-system-users-events-config.md b/changelog/unreleased/remove-system-users-events-config.md new file mode 100644 index 0000000000..496fba89e1 --- /dev/null +++ b/changelog/unreleased/remove-system-users-events-config.md @@ -0,0 +1,5 @@ +Bugfix: Remove the storage-users event configuration + +We've removed the events configuration from the storage-users section because it is not needed. + +https://github.com/owncloud/ocis/pull/4825