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:
Georg Ehrke 2020-05-07 16:33:36 +02:00 committed by backportbot[bot]
parent d1909526fc
commit e048bf8550
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ use OCA\DAV\DAV\Sharing\Plugin;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\IL10N;
use Sabre\DAV\Exception\NotFound;
use Sabre\DAV\Exception\NotImplemented;
use Sabre\DAV\PropPatch;
use Sabre\DAVACL\ACLTrait;
use Sabre\DAVACL\IACL;

View File

@ -34,7 +34,7 @@ use Sabre\DAV;
abstract class ExternalAddressBook implements IAddressBook, DAV\IProperties {
/** @var string */
private const PREFIX = 'app-generated';
private const PREFIX = 'z-app-generated';
/**
* @var string