mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
Convert outgoing profile description to Markdown in Protocol\Diaspora
This commit is contained in:
parent
c147446c93
commit
0f85f5d167
2 changed files with 1 additions and 3 deletions
|
@ -4135,7 +4135,7 @@ class Diaspora
|
|||
$dob = DateTimeFormat::utc($year . '-' . $month . '-'. $day, 'Y-m-d');
|
||||
}
|
||||
|
||||
$about = BBCode::toPlaintext($profile['about']);
|
||||
$about = BBCode::toMarkdown($profile['about']);
|
||||
|
||||
$location = Profile::formatLocation($profile);
|
||||
$tags = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue