We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fb5a5 commit 0fdb558Copy full SHA for 0fdb558
lib/Dav/Faces/FacePhoto.php
@@ -146,7 +146,7 @@ public function getLastModified() {
146
public function getMetadata(): string {
147
$file = $this->getFile();
148
$sizeMetadata = $this->metadataManager->fetchMetadataFor('size', [$file->getId()])[$file->getId()];
149
- return $sizeMetadata->getValue();
+ return json_encode($sizeMetadata->getDecodedValue());
150
}
151
152
public function hasPreview(): bool {
0 commit comments