mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05:00
Merge pull request #45444 from nextcloud/backport/44457/stable27
[stable27] fix(contactsinteraction): Allow vCard download
This commit is contained in:
commit
162073ff04
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,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