I have filesystem_check_changes set to 1 in my Nextcloud config.php. This means when I create or edit files in my Nextcloud data directory via a Samba share, Nextcloud notices the changes and updates its database accordingly. However, if I add or edit a file in a group folder, Nextcloud does not notice the change.
Is this a bug? I am not sure how Nextcloud decides which directories to keep track of when this option is enabled.
I have
filesystem_check_changesset to 1 in my Nextcloudconfig.php. This means when I create or edit files in my Nextcloud data directory via a Samba share, Nextcloud notices the changes and updates its database accordingly. However, if I add or edit a file in a group folder, Nextcloud does not notice the change.Is this a bug? I am not sure how Nextcloud decides which directories to keep track of when this option is enabled.