X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObject%2FApi%2FMastodon%2FCard.php;h=c4d21f66a32174afb708639fbb28c0f1bc80e497;hb=32bb0976046ef9fa2296d0aeb39a01b0b916dc1e;hp=bf876171906c678fb5478b4676e6502784206927;hpb=0ba111d99ca06c523cedf8aa1609ef328ef0428a;p=friendica.git diff --git a/src/Object/Api/Mastodon/Card.php b/src/Object/Api/Mastodon/Card.php index bf87617190..c4d21f66a3 100644 --- a/src/Object/Api/Mastodon/Card.php +++ b/src/Object/Api/Mastodon/Card.php @@ -1,6 +1,6 @@ width = $attachment['width'] ?? 0; $this->height = $attachment['height'] ?? 0; $this->image = $attachment['image'] ?? ''; + $this->blurhash = $attachment['blurhash'] ?? ''; $this->history = $history; }