X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObject%2FOEmbed.php;h=3f53f48cd18d5287af17d41eea02eb17638f51ec;hb=d4a5a8051ad34a7be72238967afb3e6b140afdc8;hp=d787e2ee98e771e163026e1cc90e9a052ba1ddb8;hpb=1de3960e267a8d298348fbca18cf1be1f6a20f7a;p=friendica.git diff --git a/src/Object/OEmbed.php b/src/Object/OEmbed.php index d787e2ee98..3f53f48cd1 100644 --- a/src/Object/OEmbed.php +++ b/src/Object/OEmbed.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Object; @@ -15,6 +34,7 @@ class OEmbed public $type = ''; public $title = ''; + public $description = ''; public $author_name = ''; public $author_url = ''; public $provider_name = '';