mirror of
https://github.com/friendica/friendica
synced 2025-05-03 09:04:10 +02:00
Fetch the parent only - thread parents only on reshares
This commit is contained in:
parent
6070221364
commit
531085890a
2 changed files with 6 additions and 8 deletions
|
@ -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'] = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue