]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Api/Friendica/Notification.php
Use the owner, not the author
[friendica.git] / src / Object / Api / Friendica / Notification.php
index 92e6ff0445dc0fcf978916f1f15ee7127405a162..df59bb6b8ca8796fdee13e770ca0419e47bd1fb3 100644 (file)
@@ -98,7 +98,7 @@ class Notification extends BaseDataTransferObject
                $this->date_rel   = Temporal::getRelativeDate($this->date);
 
                try {
-                       $this->msg_html  = BBCode::convert($this->msg, false);
+                       $this->msg_html  = BBCode::convertForUriId($Notify->uriId, $this->msg, BBCode::EXTERNAL);
                } catch (\Exception $e) {
                        $this->msg_html  = '';
                }