Messages: Integrate primary attachment (image) from Contacts in message thread. Dynamically adjust thread height on window resize.

This commit is contained in:
Nate
2019-03-28 17:58:02 -06:00
parent 6acd640d2f
commit e9780736ef
5 changed files with 182 additions and 77 deletions

View File

@@ -140,7 +140,7 @@
$selected = true;
}
else {
echo "<tr><td valign='top' class='".$row_style[$c]."' onclick=\"load_thread('".urlencode($number)."');\">\n";
echo "<tr><td valign='top' class='".$row_style[$c]."' onclick=\"load_thread('".urlencode($number)."', '".$contact[$number]['contact_uuid']."');\">\n";
$selected = false;
}
if ($contact[$number]['contact_name_given'] != '' || $contact[$number]['contact_name_family'] != '') {