fix(contactsinteraction): Allow vCard download

Sabre calculates a header for the size of a vcard, therefore we have to
implement the size method.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/44457/head
Christoph Wurst 2 months ago
parent 46906b7d69
commit b8250affb0
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

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

Loading…
Cancel
Save