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

This commit is contained in:
Benjamin Gaussorgues 2024-03-26 20:18:01 +01:00 committed by GitHub
commit 5a6e6a10ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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