add calendarserver-sharing to the list of advertised features

This commit is contained in:
Thomas Citharel 2016-08-16 10:03:24 +02:00 committed by Lukas Reschke
parent ad0eeaaf1c
commit 3e9a346223
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class PublishPlugin extends ServerPlugin {
*/
public function getFeatures() {
// May have to be changed to be detected
return ['oc-calendar-publishing'];
return ['oc-calendar-publishing', 'calendarserver-sharing'];
}
/**