Updates to zcard/profile images and other public images to account for infrastructure caches (CDN)
This commit is contained in:
@@ -80,7 +80,7 @@ function nav($template = 'default') {
|
||||
|
||||
if($observer) {
|
||||
$userinfo = [
|
||||
'icon' => $observer['xchan_photo_m'],
|
||||
'icon' => $observer['xchan_photo_m'].'?rev='.strtotime($observer['xchan_photo_date']),
|
||||
'name' => $observer['xchan_addr'],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user