Convert outgoing profile description to Markdown in Protocol\Diaspora
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user