]> git.mxchange.org Git - friendica.git/blobdiff - src/Navigation/Notifications/Factory/FormattedNotify.php
Removed unneeded parameter
[friendica.git] / src / Navigation / Notifications / Factory / FormattedNotify.php
index 75f6e767695b7ce9a18ecad538d69fb600ac1a63..9b200dea5a3cee63a8692b13c5a2e62df7b7a862 100644 (file)
@@ -222,7 +222,7 @@ class FormattedNotify extends BaseFactory
                                        $this->baseUrl . '/notify/' . $Notify->id,
                                        Contact::getAvatarUrlForUrl($Notify->url, $Notify->uid, Proxy::SIZE_MICRO),
                                        $Notify->url,
-                                       BBCode::toPlaintext($Notify->msg ?? '', false, true),
+                                       BBCode::toPlaintext($Notify->msg ?? '', false),
                                        DateTimeFormat::local($Notify->date->format(DateTimeFormat::MYSQL), 'r'),
                                        Temporal::getRelativeDate($Notify->date->format(DateTimeFormat::MYSQL)),
                                        $Notify->seen