Merge pull request #45286 from nextcloud/backport/44457/stable28

[stable28] fix(contactsinteraction): Allow vCard download
This commit is contained in:
Christoph Wurst 2024-05-26 02:33:00 +02:00 committed by GitHub
commit 1e9a7e4779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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