Unified contact data handling
This commit is contained in:
parent
20ab3f13a6
commit
71d3274841
11 changed files with 113 additions and 101 deletions
|
@ -489,7 +489,7 @@ function message_content(&$a) {
|
|||
'from_name' => $from_name_e,
|
||||
'from_url' => $from_url,
|
||||
'sparkle' => $sparkle,
|
||||
'from_photo' => $message['from-photo'],
|
||||
'from_photo' => proxy_url($message['from-photo'], false, PROXY_SIZE_THUMB),
|
||||
'subject' => $subject_e,
|
||||
'body' => $body_e,
|
||||
'delete' => t('Delete message'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue