]> git.mxchange.org Git - friendica.git/blobdiff - mod/message.php
Merge remote-tracking branch 'upstream/develop' into 1601-network-performance
[friendica.git] / mod / message.php
index 0ed2b98841a4dcc9b1aab912ed369234955aac12..1724ebc424e7ac048cd68cb25195eddc4c78e772 100644 (file)
@@ -549,6 +549,8 @@ function render_messages($msg, $t) {
        $tpl = get_markup_template($t);
        $rslt = '';
 
+       $myprofile = $a->get_baseurl(true) . '/profile/' . $a->user['nickname'];
+
        foreach($msg as $rr) {
 
                if($rr['unknown']) {