Updates to zcard/profile images and other public images to account for infrastructure caches (CDN)

This commit is contained in:
M. Dent
2019-10-14 22:28:48 +02:00
committed by Max Kostikov
parent aa330bc8c7
commit 7d0e576e3b
3 changed files with 11 additions and 5 deletions

View File

@@ -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'],
];
}