]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/activityobject.php
Apparently only one atom:content is allowed
[quix0rs-gnu-social.git] / lib / activityobject.php
index 530c9aba15c44c7f45266e6ed9fb59811720300f..7af8a821950fece1516c7562f15e63650a44861f 100644 (file)
@@ -701,11 +701,6 @@ class ActivityObject
                     array('type' => 'html'),
                     common_xml_safe_str($this->content)
                 );
-                $xo->element(
-                    ActivityUtils::CONTENT,
-                    array('type' => 'text'),
-                    html_entity_decode(strip_tags($this->content), ENT_QUOTES, 'UTF-8')
-                );
             }
 
             if (!empty($this->link)) {