add calendarserver-sharing to the list of advertised features
This commit is contained in:
parent
ad0eeaaf1c
commit
3e9a346223
|
@ -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'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue