Fix several notices

This commit is contained in:
Michael 2020-12-29 21:38:23 +00:00
parent cf65725373
commit a294c19d6e
3 changed files with 7 additions and 3 deletions

View file

@ -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,