Unified contact data handling

This commit is contained in:
Michael Vogel 2016-06-05 13:57:11 +02:00
commit 71d3274841
11 changed files with 113 additions and 101 deletions

View file

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