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

@@ -96,7 +96,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message direction.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'message_date';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamp';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamptz';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'timestamp';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message date.';