diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 928978574..1148df343 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1212,6 +1212,7 @@ define([ allData.forEach(function (obj) { obj.data.owners = metadata.owners; if (metadata.expire) { + obj.data.atime = +new Date(); obj.data.expire = +metadata.expire; } });