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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-03-09 16:44:10 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2022-03-09 19:05:32 +0300
commitb11fc001bbd7b5cfc39d3ca3a25b0892ab9f3799 (patch)
tree57b7752d0920936b5cb65b56f6888ccfd25f9e0e /changelog
parent2d3d672e03825d33826b0ba78763955279133186 (diff)
Remove db entry for no longer existing ignored files
Fixes: #9236
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/92365
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog/unreleased/9236 b/changelog/unreleased/9236
new file mode 100644
index 000000000..68f7e7af0
--- /dev/null
+++ b/changelog/unreleased/9236
@@ -0,0 +1,5 @@
+Bugfix: Client warns about non exisitng files
+
+We fixed a bug where the client warns about ignored files that where added to the DB in previous versions of the client and do no longer exist.
+
+https://github.com/owncloud/client/issues/9236