]> git.mxchange.org Git - friendica.git/commitdiff
Declare history property in Mastodon\Card
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 19 Jan 2023 14:32:46 +0000 (09:32 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 21 Jan 2023 19:25:21 +0000 (14:25 -0500)
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383173055

src/Object/Api/Mastodon/Card.php

index d9b73445616cfc9de748a5c51f7f755a3f64c72f..c4d21f66a32174afb708639fbb28c0f1bc80e497 100644 (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.