This commit is contained in:
Mike Macgirvin 2022-12-22 18:04:09 +11:00
parent aba20d02c7
commit f80acfc038

View file

@ -534,7 +534,7 @@ function conversation($items, $mode, $update, $page_mode = 'traditional', $prepa
$pinned_items = ($allowed_type ? get_pconfig($item['uid'], 'pinned', $item['item_type'], []) : []);
$pinned = ! empty($pinned_items) && in_array($item['mid'], $pinned_items);
$locicon = ($item['verb'] === 'Arrive') ? '<i class="fa fa-fw fa-map-marker"></i>&nbsp' : '';
$locicon = ($item['verb'] === 'Arrive') ? '<i class="fa fa-fw fa-sign-in"></i>&nbsp' : '';
if (!$locicon) {
$locicon = ($item['verb'] === 'Leave') ? '<i class="fa fa-fw fa-sign-out"></i>&nbsp' : '';
}