Declare history property in Mastodon\Card
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383173055
This commit is contained in:
parent
c79cec2652
commit
73c8720d41
|
@ -54,6 +54,8 @@ class Card extends BaseDataTransferObject
|
||||||
protected $image;
|
protected $image;
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $blurhash;
|
protected $blurhash;
|
||||||
|
/** @var array */
|
||||||
|
protected $history;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a card record from an attachment array.
|
* Creates a card record from an attachment array.
|
||||||
|
|
Loading…
Reference in a new issue