We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ touch SHARE/test.txt $ touch SHARE/test2.txt
Both test.txt and test2.txt should be listed in the output of occ files_external:notify
Only test2.txt gets outputted (and registered in the database)
When I comment out this line it goes away and expected behaviour starts: https://github.com/nextcloud/server/blob/master/apps/files_external/lib/Command/Notify.php#L140
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Expected behaviour
Both test.txt and test2.txt should be listed in the output of occ files_external:notify
Actual behaviour
Only test2.txt gets outputted (and registered in the database)
When I comment out this line it goes away and expected behaviour starts: https://github.com/nextcloud/server/blob/master/apps/files_external/lib/Command/Notify.php#L140
The text was updated successfully, but these errors were encountered: