mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:05:10 +02:00
Fix several notices
This commit is contained in:
parent
cf65725373
commit
a294c19d6e
3 changed files with 7 additions and 3 deletions
|
@ -332,7 +332,7 @@ function message_content(App $a)
|
|||
'id' => $message['id'],
|
||||
'from_name' => $from_name_e,
|
||||
'from_url' => $from_url,
|
||||
'from_addr' => $contact['addr'],
|
||||
'from_addr' => $contact['addr'] ?? $from_url,
|
||||
'sparkle' => $sparkle,
|
||||
'from_photo' => $from_photo,
|
||||
'subject' => $subject_e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue