Merge pull request #45444 from nextcloud/backport/44457/stable27

[stable27] fix(contactsinteraction): Allow vCard download
This commit is contained in:
Daniel 2024-06-03 22:52:26 +02:00 committed by GitHub
commit 162073ff04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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