]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Improved description, support for "unlisted" via DFRN as well.
[friendica.git] / src / Protocol / Diaspora.php
index cbec8e55033f093d4b6f8945d736b6d9aeb7c6ba..cda42802182863fed9b923f9f18cc9d0ac24adce 100644 (file)
@@ -4135,8 +4135,7 @@ class Diaspora
                                $dob = DateTimeFormat::utc($year . '-' . $month . '-'. $day, 'Y-m-d');
                        }
 
-                       $about = $profile['about'];
-                       $about = strip_tags(BBCode::convert($about));
+                       $about = BBCode::toMarkdown($profile['about']);
 
                        $location = Profile::formatLocation($profile);
                        $tags = '';