]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/OEmbed.php
Add menu entry to directly collapse posts
[friendica.git] / src / Object / OEmbed.php
index 6b53812b98024df96d6871a101ffa8c5ef230574..3f53f48cd18d5287af17d41eea02eb17638f51ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -34,6 +34,7 @@ class OEmbed
 
        public $type             = '';
        public $title            = '';
+       public $description      = '';
        public $author_name      = '';
        public $author_url       = '';
        public $provider_name    = '';