Rename app-generated to z-app-generated, because macOS Contacts supports only one and will pick the first one alphabetically
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
ee0019cdf5
commit
cbbe11fa1f
|
@ -34,7 +34,6 @@ use OCA\DAV\DAV\Sharing\Plugin;
|
||||||
use OCP\AppFramework\Db\DoesNotExistException;
|
use OCP\AppFramework\Db\DoesNotExistException;
|
||||||
use OCP\IL10N;
|
use OCP\IL10N;
|
||||||
use Sabre\DAV\Exception\NotFound;
|
use Sabre\DAV\Exception\NotFound;
|
||||||
use Sabre\DAV\Exception\NotImplemented;
|
|
||||||
use Sabre\DAV\PropPatch;
|
use Sabre\DAV\PropPatch;
|
||||||
use Sabre\DAVACL\ACLTrait;
|
use Sabre\DAVACL\ACLTrait;
|
||||||
use Sabre\DAVACL\IACL;
|
use Sabre\DAVACL\IACL;
|
||||||
|
|
|
@ -34,7 +34,7 @@ use Sabre\DAV;
|
||||||
abstract class ExternalAddressBook implements IAddressBook, DAV\IProperties {
|
abstract class ExternalAddressBook implements IAddressBook, DAV\IProperties {
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
private const PREFIX = 'app-generated';
|
private const PREFIX = 'z-app-generated';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
|
Loading…
Reference in New Issue