From fb0ecd7e50dcac41275a6f77bd281b2fc9d1472c Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 7 Sep 2020 11:50:05 +0200 Subject: [PATCH] Changelog --- changelog/unreleased/remove-account-caching.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/remove-account-caching.md diff --git a/changelog/unreleased/remove-account-caching.md b/changelog/unreleased/remove-account-caching.md new file mode 100644 index 000000000..378117d62 --- /dev/null +++ b/changelog/unreleased/remove-account-caching.md @@ -0,0 +1,5 @@ +Change: Remove accounts caching + +We removed the accounts cache in order to avoid problems with accounts that have been updated in the accounts service. + +https://github.com/owncloud/ocis-proxy/pull/100