Skip to content

Commit

Permalink
Merge pull request #45286 from nextcloud/backport/44457/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(contactsinteraction): Allow vCard download
  • Loading branch information
ChristophWurst authored May 26, 2024
2 parents 5481d81 + 6f73e02 commit 1e9a7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/contactsinteraction/lib/Card.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function getETag(): ?string {
* @inheritDoc
*/
public function getSize(): int {
throw new NotImplemented();
return strlen($this->contact->getCard());
}

/**
Expand Down

0 comments on commit 1e9a7e4

Please sign in to comment.