-
Notifications
You must be signed in to change notification settings - Fork 190
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 mark items of folder as read #1703
Conversation
5adb39c
to
c94dde2
Compare
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.
Thanks @Grotax !
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Codecov Report
@@ Coverage Diff @@
## master #1703 +/- ##
=========================================
Coverage 91.86% 91.86%
Complexity 766 766
=========================================
Files 65 65
Lines 2692 2705 +13
=========================================
+ Hits 2473 2485 +12
- Misses 219 220 +1
Continue to review full report at Codecov.
|
Fixed - Fix no item marked as read by Folder API due to mismatch in parameter name (#1703) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Fixed - Fix no item marked as read by Folder API due to mismatch in parameter name (#1703) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Fixed - Fix no item marked as read by Folder API due to mismatch in parameter name (nextcloud#1703) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
documented: https://nextcloud.github.io/news/api/api-v1/#mark-items-of-a-folder-as-read
Was not implemented according to docs.
Tested with #1699