Fetch the parent only - thread parents only on reshares

This commit is contained in:
Michael 2022-08-17 19:39:20 +00:00
parent 6070221364
commit 531085890a
2 changed files with 6 additions and 8 deletions

View file

@ -3992,7 +3992,7 @@ class Diaspora
$data['birthday'] = DateTimeFormat::utc($year . '-' . $month . '-' . $day, 'Y-m-d');
}
$data['about'] = BBCode::toMarkdown($profile['about']);
$data['about'] = BBCode::toMarkdown($profile['about'] ?? '');
$data['location'] = $profile['location'];
$data['tag_string'] = '';