mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #44457 from nextcloud/fix/contactsinteraction/download-vcard
This commit is contained in:
commit
5a6e6a10ab
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class Card implements ICard, IACL {
|
|||
* @inheritDoc
|
||||
*/
|
||||
public function getSize(): int {
|
||||
throw new NotImplemented();
|
||||
return strlen($this->contact->getCard());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue