]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Receiver.php
We now use the new account-user-view (and fixed the function name)
[friendica.git] / src / Protocol / ActivityPub / Receiver.php
index d59d9c4af6f57a4c3c4df616f52611621b0d04f8..7669934a650b288b97e2952a0527f73e325e678a 100644 (file)
@@ -1345,8 +1345,7 @@ class Receiver
                        // Some AP software allow formatted text in post location, so we run all the text converters we have to boil
                        // down to HTML and then finally format to plaintext.
                        $location = Markdown::convert($location);
-                       $location = BBCode::convert($location);
-                       $location = HTML::toPlaintext($location);
+                       $location = BBCode::toPlaintext($location);
                }
 
                $object_data['sc:identifier'] = JsonLD::fetchElement($object, 'sc:identifier', '@value');