-
Notifications
You must be signed in to change notification settings - Fork 909
Fix #8914 #8943
New issue
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
Fix #8914 #8943
Conversation
…quest argument on enumerator request. Signed-off-by: Iva Horn <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes issue #8914 by removing the faulty NSFileProviderRequest argument from the enumerator logging call. The change corrects a logging error in the File Provider Extension where the request parameter was being incorrectly passed to the logger.
Key Changes
- Reformatted the
enumerator(for:request:)method signature to a single line - Removed the
.request: requestargument from the debug log call
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
/backport to stable-4.0 |
|
Artifact containing the AppImage: nextcloud-appimage-pr-8943.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|



fix(file-provider): Fix #8914 by omitting the faulty NSFileProviderRequest argument on enumerator request.