Merge pull request #44457 from nextcloud/fix/contactsinteraction/download-vcard

pull/44465/head
Benjamin Gaussorgues 2 months ago committed by GitHub
commit 5a6e6a10ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -96,7 +96,7 @@ class Card implements ICard, IACL {
* @inheritDoc
*/
public function getSize(): int {
throw new NotImplemented();
return strlen($this->contact->getCard());
}
/**

Loading…
Cancel
Save