Update atime when updating the owners of a pad
parent
f8bc5343d5
commit
0a5bf7a5c2
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue