mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 07:43:18 -04:00
Merge pull request #45286 from nextcloud/backport/44457/stable28
[stable28] fix(contactsinteraction): Allow vCard download
This commit is contained in:
commit
1e9a7e4779
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