Address instead of url
This commit is contained in:
parent
88fb02db8d
commit
b1668ffdda
10 changed files with 15 additions and 15 deletions
|
@ -470,7 +470,7 @@ function message_content(App $a) {
|
|||
'id' => $message['id'],
|
||||
'from_name' => $from_name_e,
|
||||
'from_url' => $from_url,
|
||||
'from_url2' => $message['from-url'],
|
||||
'from_addr' => $contact['addr'],
|
||||
'sparkle' => $sparkle,
|
||||
'from_photo' => proxy_url($from_photo, false, PROXY_SIZE_THUMB),
|
||||
'subject' => $subject_e,
|
||||
|
@ -584,7 +584,7 @@ function render_messages(array $msg, $t) {
|
|||
'$id' => $rr['id'],
|
||||
'$from_name' => $participants,
|
||||
'$from_url' => (($rr['network'] === NETWORK_DFRN) ? 'redir/' . $rr['contact-id'] : $rr['url']),
|
||||
'$from_url2' => $rr['url'],
|
||||
'$from_addr' => $contact['addr'],
|
||||
'$sparkle' => ' sparkle',
|
||||
'$from_photo' => proxy_url($from_photo, false, PROXY_SIZE_THUMB),
|
||||
'$subject' => $subject_e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue