From: Hypolite Petovan Date: Thu, 19 Jan 2023 14:32:46 +0000 (-0500) Subject: Declare history property in Mastodon\Card X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=73c8720d4171c8de1f8a1f9d4acd7fdad148b2db;p=friendica.git Declare history property in Mastodon\Card - Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383173055 --- 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.