X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObject%2FApi%2FMastodon%2FCard.php;h=c4d21f66a32174afb708639fbb28c0f1bc80e497;hb=32bb0976046ef9fa2296d0aeb39a01b0b916dc1e;hp=b18ba28e44cc0b83c2a10bc9beedc340406467b9;hpb=78a85df86b2a86c61264b7fcf457b8e17c411d99;p=friendica.git diff --git a/src/Object/Api/Mastodon/Card.php b/src/Object/Api/Mastodon/Card.php index b18ba28e44..c4d21f66a3 100644 --- a/src/Object/Api/Mastodon/Card.php +++ b/src/Object/Api/Mastodon/Card.php @@ -1,6 +1,6 @@ url = $attachment['url'] ?? ''; $this->title = $attachment['title'] ?? ''; @@ -72,6 +76,8 @@ class Card extends BaseDataTransferObject $this->width = $attachment['width'] ?? 0; $this->height = $attachment['height'] ?? 0; $this->image = $attachment['image'] ?? ''; + $this->blurhash = $attachment['blurhash'] ?? ''; + $this->history = $history; } /**