Declare history property in Mastodon\Card

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383173055
This commit is contained in:
Hypolite Petovan 2023-01-19 09:32:46 -05:00
parent c79cec2652
commit 73c8720d41

View file

@ -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.