]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Processor.php
Some more "convertForUriId" replacements
[friendica.git] / src / Protocol / ActivityPub / Processor.php
index f5d8e48dedace989d7bf41da35d33066ec1be3c3..f4892b6c0fb3143b2bf14d73235656b9b2a52dff 100644 (file)
@@ -744,7 +744,7 @@ class Processor
                                        $title = $matches[3];
                                }
 
-                               $title = trim(HTML::toPlaintext(BBCode::convert($title, false, BBCode::API, true), 0));
+                               $title = trim(BBCode::toPlaintext($title));
 
                                if (strlen($title) > 20) {
                                        $title = substr($title, 0, 20) . '...';