From f5d9e1f8cf4b07559c08030e1086d2131154cbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Mon, 8 Apr 2024 12:34:18 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/fix-create-personal-space-cache.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/fix-create-personal-space-cache.md diff --git a/changelog/unreleased/fix-create-personal-space-cache.md b/changelog/unreleased/fix-create-personal-space-cache.md new file mode 100644 index 0000000000..cd7831bce1 --- /dev/null +++ b/changelog/unreleased/fix-create-personal-space-cache.md @@ -0,0 +1,5 @@ +Bugfix: Fix the create personal space cache + +We fixed a problem with the config for the create personal space cache which resulted in the cache never being used. + +https://github.com/owncloud/ocis/pull/8799