Add favorites capability

This commit is contained in:
Benedikt Kulmann
2021-10-08 19:37:48 +02:00
parent 5f0cf077ca
commit 489d0a5db3
4 changed files with 14 additions and 0 deletions
@@ -0,0 +1,5 @@
Enhancement: Favorites capability
We've added a capability for the storage frontend which can be used to announce to clients whether or not favorites are supported. By default this is disabled because the listing of favorites doesn't survive service restarts at the moment.
https://github.com/owncloud/ocis/pull/2599