From 73c8720d4171c8de1f8a1f9d4acd7fdad148b2db Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 19 Jan 2023 09:32:46 -0500 Subject: [PATCH] Declare history property in Mastodon\Card - Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383173055 --- src/Object/Api/Mastodon/Card.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Object/Api/Mastodon/Card.php b/src/Object/Api/Mastodon/Card.php index d9b7344561..c4d21f66a3 100644 --- a/src/Object/Api/Mastodon/Card.php +++ b/src/Object/Api/Mastodon/Card.php @@ -54,6 +54,8 @@ class Card extends BaseDataTransferObject protected $image; /** @var string */ protected $blurhash; + /** @var array */ + protected $history; /** * Creates a card record from an attachment array.