Fix #8914#8943
Conversation
…quest argument on enumerator request. Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
There was a problem hiding this comment.
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.