Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Verbruggen <erik@verbruggen.consulting>2021-10-14 18:32:55 +0300
committerHannah von Reth <vonreth@kde.org>2021-10-27 17:20:27 +0300
commit4643fc77e4815097d26426a8a796d39b7a770238 (patch)
treec50865299e5d549ad0c4301820266fa9ede5f87e /changelog/unreleased
parent2b70834dd15c16b2b34efcc3952c5238419581da (diff)
Fix propagation of ignore list changes
Previously, when changing the ignore list, those changes would not be propagated to existing sync folders. Only after restarting the client, would these changes be applied. https://github.com/owncloud/client/issues/8975 https://github.com/owncloud/client/pull/9149
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/91498
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog/unreleased/9149 b/changelog/unreleased/9149
new file mode 100644
index 000000000..a31f84053
--- /dev/null
+++ b/changelog/unreleased/9149
@@ -0,0 +1,8 @@
+Bugfix: immediately propagate changes to the ignore list
+
+Previously, when changing the ignore list, those changes would not be
+propagated to existing sync folders. Only after restarting the client,
+would these changes be applied.
+
+https://github.com/owncloud/client/issues/8975
+https://github.com/owncloud/client/pull/9149